diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index bf40590..d776f57 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -18,7 +18,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: 7.0.100-rc.1.22431.12 + dotnet-version: 7.0.100-rc.2.22477.23 - name: Restore dependencies run: dotnet restore - name: Build diff --git a/Directory.Build.props b/Directory.Build.props index 6495e04..8b2467f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,7 +7,7 @@ © 2022 Brice Lambson, et al. All rights reserved. true $(MSBuildThisFileDirectory)key.snk - 4.0.0-rc.1 + 4.0.0-rc.2 strict latest MIT diff --git a/EFCore.InMemory.HierarchyId/EFCore.InMemory.HierarchyId.csproj b/EFCore.InMemory.HierarchyId/EFCore.InMemory.HierarchyId.csproj index 1937207..04b0cf5 100644 --- a/EFCore.InMemory.HierarchyId/EFCore.InMemory.HierarchyId.csproj +++ b/EFCore.InMemory.HierarchyId/EFCore.InMemory.HierarchyId.csproj @@ -12,7 +12,7 @@ - + diff --git a/EFCore.SqlServer.HierarchyId.Test/EFCore.SqlServer.HierarchyId.Test.csproj b/EFCore.SqlServer.HierarchyId.Test/EFCore.SqlServer.HierarchyId.Test.csproj index db680c1..55c48fd 100644 --- a/EFCore.SqlServer.HierarchyId.Test/EFCore.SqlServer.HierarchyId.Test.csproj +++ b/EFCore.SqlServer.HierarchyId.Test/EFCore.SqlServer.HierarchyId.Test.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/EFCore.SqlServer.HierarchyId/EFCore.SqlServer.HierarchyId.csproj b/EFCore.SqlServer.HierarchyId/EFCore.SqlServer.HierarchyId.csproj index 9bb3f70..ab2967c 100644 --- a/EFCore.SqlServer.HierarchyId/EFCore.SqlServer.HierarchyId.csproj +++ b/EFCore.SqlServer.HierarchyId/EFCore.SqlServer.HierarchyId.csproj @@ -17,7 +17,7 @@ - + diff --git a/README.md b/README.md index 12e2c2e..148eac2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ EntityFrameworkCore.SqlServer.HierarchyId ======================================== -![build status](https://img.shields.io/github/workflow/status/efcore/EFCore.SqlServer.HierarchyId/.NET%20Core/master) [![latest version](https://img.shields.io/nuget/v/EntityFrameworkCore.SqlServer.HierarchyId)](https://www.nuget.org/packages/EntityFrameworkCore.SqlServer.HierarchyId) [![downloads](https://img.shields.io/nuget/dt/EntityFrameworkCore.SqlServer.HierarchyId)](https://www.nuget.org/packages/EntityFrameworkCore.SqlServer.HierarchyId) ![license](https://img.shields.io/github/license/efcore/EFCore.SqlServer.HierarchyId) +![build status](https://img.shields.io/github/workflow/status/efcore/EFCore.SqlServer.HierarchyId/.NET%20Core/master) [![latest version](https://img.shields.io/nuget/v/EntityFrameworkCore.SqlServer.HierarchyId)](https://www.nuget.org/packages/EntityFrameworkCore.SqlServer.HierarchyId) [![preview version](https://img.shields.io/nuget/vpre/EntityFrameworkCore.SqlServer.HierarchyId)](https://www.nuget.org/packages/EntityFrameworkCore.SqlServer.HierarchyId/absoluteLatest) [![downloads](https://img.shields.io/nuget/dt/EntityFrameworkCore.SqlServer.HierarchyId)](https://www.nuget.org/packages/EntityFrameworkCore.SqlServer.HierarchyId) ![license](https://img.shields.io/github/license/efcore/EFCore.SqlServer.HierarchyId) Adds hierarchyid support to the SQL Server EF Core provider.