mirror of
https://github.com/fergalmoran/EFCore.NamingConventions.git
synced 2025-12-22 09:38:21 +00:00
Bump version and dependencies to 5.0.0-rc1
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user