Skip to content

Commit 87879c9

Browse files
committed
Update AdoNet.Specification.Tests to 2.0.0-beta.1.
1 parent 774361b commit 87879c9

File tree

2 files changed

+101
-3
lines changed

2 files changed

+101
-3
lines changed

tests/Conformance.Tests/Conformance.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net6.0</TargetFrameworks>
@@ -11,9 +11,9 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="AdoNet.Specification.Tests" Version="2.0.0-alpha8" />
14+
<PackageReference Include="AdoNet.Specification.Tests" Version="2.0.0-beta.1" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
16-
<PackageReference Include="xunit" Version="2.4.1" />
16+
<PackageReference Include="xunit" Version="2.4.2" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
1818
<ProjectReference Include="..\..\src\MySqlConnector\MySqlConnector.csproj" />
1919
</ItemGroup>

0 commit comments

Comments
 (0)