Prexonite, a .NET hosted scripting language with a focus on meta-programming and embedded DSLs
0

Configure Feed

Select the types of activity you want to include in your feed.

Upgrade to .net 8.0.300

Christian Klauser (Jun 15, 2024, 4:47 PM +0200) 63930e96 314ae899

+3 -3
+2 -2
PxCoco/PxCoco.csproj
··· 43 43 </ItemGroup> 44 44 45 45 <ItemGroup> 46 - <PackageReference Include="Microsoft.Build.Framework" Version="17.5.0" /> 47 - <PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.4.0" /> 46 + <PackageReference Include="Microsoft.Build.Framework" Version="17.10.4" /> 47 + <PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.10.4" /> 48 48 <!-- marks all packages as 'local only' so they don't end up in the nuspec --> 49 49 <PackageReference Update="@(PackageReference)" PrivateAssets="All" /> 50 50 </ItemGroup>
+1 -1
global.json
··· 1 1 { 2 2 "sdk": { 3 - "version": "8.0.100", 3 + "version": "8.0.300", 4 4 "rollForward": "latestFeature" 5 5 } 6 6 }