Skip to content

Commit 6f03032

Browse files
committed
Bump Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1
1 parent 24d972f commit 6f03032

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Auth0.AspNetCore.Authentication.Api.IntegrationTests/Auth0.AspNetCore.Authentication.Api.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<!-- Using v7.2.0 as it's the last version with Apache license. Newer versions use different licensing -->
1414
<PackageReference Include="FluentAssertions" Version="7.2.0"/>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0"/>
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1"/>
1616
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.21" />
1717
<PackageReference Include="xunit" Version="2.9.3"/>
1818
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">

tests/Auth0.AspNetCore.Authentication.Api.UnitTests/Auth0.AspNetCore.Authentication.Api.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<!-- Using v7.2.0 as it's the last version with Apache license. Newer versions use different licensing -->
1414
<PackageReference Include="FluentAssertions" Version="7.2.0"/>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0"/>
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1"/>
1616
<PackageReference Include="Moq" Version="4.20.72"/>
1717
<PackageReference Include="xunit" Version="2.9.3"/>
1818
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">

0 commit comments

Comments
 (0)