Skip to content

Commit 3479adc

Browse files
committed
Hard-code the version to fix the build.
1 parent a460619 commit 3479adc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/AdoNet.Databases/AdoNet.Databases.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>10.0</LangVersion>
6+
<Version>2.0.0-beta.2</Version>
67
</PropertyGroup>
78

89
<ItemGroup>

src/AdoNet.Specification.Tests/AdoNet.Specification.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Title>ADO.NET Specification Tests</Title>
77
<Description>Shared test suite for ADO.NET providers.</Description>
88
<Copyright>Copyright 2017–2022 Bradley Grainger</Copyright>
9-
<VersionPrefix>2.0.0</VersionPrefix>
9+
<Version>2.0.0-beta.2</Version>
1010
<SignAssembly>true</SignAssembly>
1111
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1212
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)