Skip to content

Commit acc7f77

Browse files
Update package references
1 parent 71a5be9 commit acc7f77

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: src/Abstractions/src/Asp.Versioning.Abstractions/Asp.Versioning.Abstractions.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<ItemGroup Condition=" '$(TargetFramework)' != 'netstandard1.0' ">
39-
<PackageReference Include="Microsoft.Extensions.Primitives" Version="6.0.0" />
39+
<PackageReference Include="Microsoft.Extensions.Primitives" Version="7.0.0" />
4040
</ItemGroup>
4141

4242
</Project>

Diff for: src/AspNet/Acceptance/Asp.Versioning.WebApi.Acceptance.Tests/Asp.Versioning.WebApi.Acceptance.Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNet.WebApi.Owin" Version="5.2.7" />
10-
<PackageReference Include="Microsoft.Owin.Testing" Version="4.2.0" />
9+
<PackageReference Include="Microsoft.AspNet.WebApi.Owin" Version="5.2.9" />
10+
<PackageReference Include="Microsoft.Owin.Testing" Version="4.2.2" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

Diff for: src/AspNetCore/Acceptance/Asp.Versioning.Mvc.Acceptance.Tests/Asp.Versioning.Mvc.Acceptance.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
9+
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
1010
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="7.0.0" />
1111
</ItemGroup>
1212

0 commit comments

Comments
 (0)