Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 338361c

Browse files
rguthriemsftDavid Tesar
authored andcommitted
Fixing nuget versions (#92)
1 parent c89f684 commit 338361c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apis/poi/tests/IntegrationTests/IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.1.3" />
1111
<PackageReference Include="Microsoft.AspNetCore.Rewrite" Version="2.1.1" />
12-
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.2" />
12+
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.5" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
1414
<PackageReference Include="xunit" Version="2.4.0" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0">

apis/poi/web/poi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.2" />
12+
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.5" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.4" />
1414
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.1.4" />
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.1.4" />

0 commit comments

Comments
 (0)