Update version info (#215)

pull/219/head v8.0.0-beta.1
Christopher Jolly 2 years ago committed by GitHub
parent 4e0e0d743c
commit 0a79a231f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -29,8 +29,8 @@
<PackageReference Update="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="$(EFCoreVersion)" /> <PackageReference Update="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="$(EFCoreVersion)" />
<PackageReference Update="Microsoft.Extensions.Logging.Console" Version="8.0.0" /> <PackageReference Update="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.8.0" /> <PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Update="MSTest.TestAdapter" Version="3.1.1" /> <PackageReference Update="MSTest.TestAdapter" Version="3.2.0" />
<PackageReference Update="MSTest.TestFramework" Version="3.1.1" /> <PackageReference Update="MSTest.TestFramework" Version="3.2.0" />
<PackageReference Update="coverlet.collector" Version="6.0.0" /> <PackageReference Update="coverlet.collector" Version="6.0.0" />
<PackageReference Update="Newtonsoft.Json" Version="13.0.3" /> <PackageReference Update="Newtonsoft.Json" Version="13.0.3" />

@ -16,8 +16,8 @@
correctly. correctly.
--> -->
<VersionPrefix>8.0.0</VersionPrefix> <VersionPrefix>8.0.0</VersionPrefix>
<PreReleaseVersionLabel>alpha</PreReleaseVersionLabel> <PreReleaseVersionLabel>beta</PreReleaseVersionLabel>
<PreReleaseVersionIteration>3</PreReleaseVersionIteration> <PreReleaseVersionIteration>1</PreReleaseVersionIteration>
<!-- <!--
The following properties will automatically be set by CI builds when appropriate: The following properties will automatically be set by CI builds when appropriate:

Loading…
Cancel
Save