Skip to content

Commit f861890

Browse files
Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0 (#309)
1 parent 809c33f commit f861890

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Hocon.API.Tests/Hocon.API.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<ItemGroup>
3636
<PackageReference Include="ApiApprover" Version="9.3.0" />
37-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
37+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.0" />
3838
<PackageReference Include="xunit" Version="2.4.1" />
3939
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
4040
<PrivateAssets>all</PrivateAssets>

src/common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more details, please [see the issues in the HOCON v2.0.1 milestone here](htt
1818
<PropertyGroup>
1919
<XunitVersion>2.4.1</XunitVersion>
2020
<XunitCliVersion>2.3.1</XunitCliVersion>
21-
<TestSdkVersion>16.6.1</TestSdkVersion>
21+
<TestSdkVersion>16.7.0</TestSdkVersion>
2222
<NetCoreVersion>netcoreapp2.1</NetCoreVersion>
2323
</PropertyGroup>
2424
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">

0 commit comments

Comments
 (0)