Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PxCoco/PxCoco.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ with improvements by Pat Terry, Rhodes University. Prexonite extensions by Chris
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Build.Framework" Version="17.5.0" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.4.0" />
<PackageReference Include="Microsoft.Build.Framework" Version="17.8.3" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.8.3" />
<!-- marks all packages as 'local only' so they don't end up in the nuspec -->
<PackageReference Update="@(PackageReference)" PrivateAssets="All" />
</ItemGroup>
Expand Down