Bump version and dependencies to 5.0.0-rc1

This commit is contained in:
Shay Rojansky
2020-09-15 02:09:20 +03:00
parent 58f39b7ccf
commit 150dfa80a1
2 changed files with 5 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
<Project>
<ItemGroup>
<PackageReference Update="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0-preview.8.20407.11" />
<PackageReference Update="Microsoft.EntityFrameworkCore" Version="5.0.0-preview.8.20407.4" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Relational" Version="5.0.0-preview.8.20407.4" />
<PackageReference Update="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0-rc.1.20451.14" />
<PackageReference Update="Microsoft.EntityFrameworkCore" Version="5.0.0-rc.1.20451.13" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Relational" Version="5.0.0-rc.1.20451.13" />
<!-- Test -->
<PackageReference Update="xunit" Version="2.4.1" />
<PackageReference Update="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Update="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.0-preview.8.20407.4" />
<PackageReference Update="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.0-rc.1.20451.13" />
</ItemGroup>
</Project>

View File

@@ -4,7 +4,7 @@
<AssemblyName>EFCore.NamingConventions</AssemblyName>
<RootNamespace>EFCore</RootNamespace>
<TargetFramework>netstandard2.1</TargetFramework>
<VersionPrefix>5.0.0-preview8</VersionPrefix>
<VersionPrefix>5.0.0-rc1</VersionPrefix>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../EFCore.NamingConventions.snk</AssemblyOriginatorKeyFile>