|
3 | 3 | <PropertyGroup> |
4 | 4 | <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> |
5 | 5 | <MicrosoftBuildPackageVersion>17.12.6</MicrosoftBuildPackageVersion> |
6 | | - <MicrosoftBuildPackageVersion Condition="'$(TargetFramework)' == 'net6.0' Or '$(TargetFramework)' == 'net8.0' ">17.11.4</MicrosoftBuildPackageVersion> |
7 | | - <SystemTextJsonVersion>8.0.5</SystemTextJsonVersion> |
8 | | - <SystemTextJsonVersion Condition="'$(TargetFramework)' == 'net6.0'">8.0.5</SystemTextJsonVersion> |
| 6 | + <MicrosoftBuildPackageVersion Condition="'$(TargetFramework)' == 'net8.0' ">17.11.4</MicrosoftBuildPackageVersion> |
| 7 | + <SystemTextJsonVersion>9.0.0</SystemTextJsonVersion> |
9 | 8 | </PropertyGroup> |
10 | 9 | <ItemGroup> |
11 | 10 | <PackageVersion Include="AssemblyShader" Version="1.0.3-preview" /> |
12 | 11 | <PackageVersion Include="Microsoft.Build" Version="$(MicrosoftBuildPackageVersion)" /> |
13 | 12 | <PackageVersion Include="Microsoft.Build.Utilities.Core" Version="$(MicrosoftBuildPackageVersion)" /> |
14 | 13 | <PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" /> |
15 | 14 | <PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" /> |
16 | | - <PackageVersion Include="Microsoft.IO.Redist" Version="6.0.1" /> |
| 15 | + <PackageVersion Include="Microsoft.IO.Redist" Version="6.1.0" /> |
17 | 16 | <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" /> |
18 | | - <PackageVersion Include="Microsoft.VisualStudio.Setup.Configuration.Interop" Version="3.11.2177" /> |
| 17 | + <PackageVersion Include="Microsoft.VisualStudio.Setup.Configuration.Interop" Version="3.12.2149" /> |
19 | 18 | <PackageVersion Include="Shouldly" Version="4.2.1" /> |
20 | 19 | <PackageVersion Include="System.IO.Compression" Version="4.3.0" /> |
21 | 20 | <PackageVersion Include="System.Text.Json" Version="$(SystemTextJsonVersion)" /> |
22 | 21 | <PackageVersion Include="xunit" Version="2.9.2" /> |
23 | 22 | <PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" /> |
24 | 23 | </ItemGroup> |
25 | 24 | <ItemGroup> |
26 | | - <GlobalPackageReference Include="Microsoft.Build.Artifacts" Version="6.1.47" /> |
| 25 | + <GlobalPackageReference Include="Microsoft.Build.Artifacts" Version="6.1.48" /> |
27 | 26 | <GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" /> |
28 | 27 | <GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.6.146" /> |
29 | 28 | <GlobalPackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" /> |
|
0 commit comments