Skip to content

Commit f22c164

Browse files
committed
Package version updates
1 parent b744e6d commit f22c164

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

G3.AspNetCore.Core.Tests/G3.AspNetCore.Core.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<FrameworkReference Include="Microsoft.AspNetCore.App" />
1212
</ItemGroup>
1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.6.0" />
1515
<PackageReference Include="xunit" Version="2.9.3" />
16-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
16+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
<PrivateAssets>all</PrivateAssets>
1919
</PackageReference>
20-
<PackageReference Include="coverlet.collector" Version="10.0.0">
20+
<PackageReference Include="coverlet.collector" Version="10.0.1">
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
<PrivateAssets>all</PrivateAssets>
2323
</PackageReference>

G3.AspNetCore.Core/G3.AspNetCore.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<GenerateDocumentationFile>True</GenerateDocumentationFile>
77
<NoWarn>$(NoWarn);1591</NoWarn>
88
<PackageId>G3Software.Net.AspNetCore.Core</PackageId>
9-
<Version>1.0.1</Version>
9+
<Version>1.0.2</Version>
1010
<Authors>G3Software</Authors>
1111
<Company>G3Software</Company>
1212
<Title>Core ASP.NET Core helpers</Title>

0 commit comments

Comments
 (0)