We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1dc133f + d069ba5 commit 703e8bfCopy full SHA for 703e8bf
1 file changed
src/UnityNuGet.Server/UnityNuGet.Server.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk.Web">
+<Project Sdk="Microsoft.NET.Sdk.Web">
2
3
<PropertyGroup>
4
<TargetFramework>net7.0</TargetFramework>
@@ -17,7 +17,7 @@
17
18
<ItemGroup>
19
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
20
- <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.9" />
+ <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.10" />
21
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="7.0.0" />
22
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="7.0.0" />
23
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.1" />
0 commit comments