File tree 5 files changed +15
-8
lines changed
5 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 13
13
<disabledPackageSources >
14
14
<clear />
15
15
</disabledPackageSources >
16
+ <auditSources >
17
+ <clear />
18
+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
19
+ </auditSources >
16
20
</configuration >
Original file line number Diff line number Diff line change 87
87
88
88
<!-- Desktop MSBuild compatibilty -->
89
89
<ItemGroup Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >
90
- <PackageReference Update =" System.Text.Json" Version =" 7 .0.1 " />
91
- <PackageReference Update =" Microsoft.Extensions.Logging.Console" Version =" 7 .0.0 " />
92
- <PackageReference Update =" Microsoft.Extensions.DependencyModel" Version =" 7 .0.0 " />
93
- <PackageReference Update =" System.Collections.Immutable" Version =" 7 .0.0" />
94
- <PackageReference Update =" System.Reflection.Metadata" Version =" 7 .0.0 " />
90
+ <PackageReference Update =" System.Text.Json" Version =" 8 .0.5 " />
91
+ <PackageReference Update =" Microsoft.Extensions.Logging.Console" Version =" 8 .0.1 " />
92
+ <PackageReference Update =" Microsoft.Extensions.DependencyModel" Version =" 8 .0.2 " />
93
+ <PackageReference Update =" System.Collections.Immutable" Version =" 8 .0.0" />
94
+ <PackageReference Update =" System.Reflection.Metadata" Version =" 8 .0.1 " />
95
95
</ItemGroup >
96
96
97
97
<!-- Publish .NET assets and include them in the package under tools/net directory. -->
Original file line number Diff line number Diff line change 16
16
<MicrosoftBuildTasksCoreVersion >17.8.3</MicrosoftBuildTasksCoreVersion >
17
17
<MicrosoftIORedistVersion >6.0.1</MicrosoftIORedistVersion >
18
18
<!-- nuget -->
19
- <NuGetVersioningVersion >5.7.0 </NuGetVersioningVersion >
19
+ <NuGetVersioningVersion >6.12.1 </NuGetVersioningVersion >
20
20
<!-- runtime -->
21
- <SystemTextJsonVersion >7 .0.3 </SystemTextJsonVersion >
21
+ <SystemTextJsonVersion >8 .0.5 </SystemTextJsonVersion >
22
22
</PropertyGroup >
23
23
</Project >
Original file line number Diff line number Diff line change 9
9
<GenerateResxSource >true</GenerateResxSource >
10
10
11
11
<IncludeSymbols Condition =" '$(DebugType)' != 'embedded' and '$(UsingMicrosoftNoTargetsSdk)' != 'true'" >true</IncludeSymbols >
12
+
13
+ <!-- Only upgrade NuGetAudit warnings to errors for official builds. -->
14
+ <WarningsNotAsErrors Condition =" '$(OfficialBuild)' != 'true'" >$(WarningsNotAsErrors);NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors >
12
15
</PropertyGroup >
13
16
14
17
</Project >
Original file line number Diff line number Diff line change 13
13
<NoWarn >$(NoWarn);NU5128</NoWarn >
14
14
</PropertyGroup >
15
15
<ItemGroup >
16
- <PackageReference Include =" System.Text.Json" />
16
+ <PackageReference Include =" System.Text.Json" Condition = " '$(TargetFrameworkIdentifier)' != '.NETCoreApp' " />
17
17
</ItemGroup >
18
18
</Project >
You can’t perform that action at this time.
0 commit comments