diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 0691c17ef..b47d1b958 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.100-rc.1.21463.6 + dotnet-version: 6.0.100-rc.2.21505.57 - name: Restore dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/dotnet_win.yml b/.github/workflows/dotnet_win.yml index c3aa95ba7..5b81a49be 100644 --- a/.github/workflows/dotnet_win.yml +++ b/.github/workflows/dotnet_win.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.100-rc.1.21463.6 + dotnet-version: 6.0.100-rc.2.21505.57 - name: Install tools run: | nuget install -Verbosity quiet opencover -Version 4.6.519 -OutputDirectory tools diff --git a/core/Piranha.AspNetCore.SimpleSecurity/Piranha.AspNetCore.SimpleSecurity.csproj b/core/Piranha.AspNetCore.SimpleSecurity/Piranha.AspNetCore.SimpleSecurity.csproj index 618141c5d..83b1f72b7 100644 --- a/core/Piranha.AspNetCore.SimpleSecurity/Piranha.AspNetCore.SimpleSecurity.csproj +++ b/core/Piranha.AspNetCore.SimpleSecurity/Piranha.AspNetCore.SimpleSecurity.csproj @@ -16,7 +16,7 @@ - + diff --git a/core/Piranha.AspNetCore/Piranha.AspNetCore.csproj b/core/Piranha.AspNetCore/Piranha.AspNetCore.csproj index d2560d231..b5d1b3a41 100644 --- a/core/Piranha.AspNetCore/Piranha.AspNetCore.csproj +++ b/core/Piranha.AspNetCore/Piranha.AspNetCore.csproj @@ -14,7 +14,7 @@ - + diff --git a/core/Piranha.Manager.Localization/Piranha.Manager.Localization.csproj b/core/Piranha.Manager.Localization/Piranha.Manager.Localization.csproj index b32264bf9..9392b18b6 100644 --- a/core/Piranha.Manager.Localization/Piranha.Manager.Localization.csproj +++ b/core/Piranha.Manager.Localization/Piranha.Manager.Localization.csproj @@ -11,7 +11,7 @@ - + diff --git a/core/Piranha.Manager/Piranha.Manager.csproj b/core/Piranha.Manager/Piranha.Manager.csproj index 2af960994..747cf52f9 100644 --- a/core/Piranha.Manager/Piranha.Manager.csproj +++ b/core/Piranha.Manager/Piranha.Manager.csproj @@ -12,8 +12,8 @@ - - + + diff --git a/core/Piranha/Piranha.csproj b/core/Piranha/Piranha.csproj index c618b0059..6dc3c90a3 100644 --- a/core/Piranha/Piranha.csproj +++ b/core/Piranha/Piranha.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/data/Piranha.Data.EF.PostgreSql/Piranha.Data.EF.PostgreSql.csproj b/data/Piranha.Data.EF.PostgreSql/Piranha.Data.EF.PostgreSql.csproj index 34ee03ec9..fab0d49b0 100644 --- a/data/Piranha.Data.EF.PostgreSql/Piranha.Data.EF.PostgreSql.csproj +++ b/data/Piranha.Data.EF.PostgreSql/Piranha.Data.EF.PostgreSql.csproj @@ -11,7 +11,7 @@ - + diff --git a/data/Piranha.Data.EF.SQLServer/Piranha.Data.EF.SQLServer.csproj b/data/Piranha.Data.EF.SQLServer/Piranha.Data.EF.SQLServer.csproj index 969827bf9..1937f65aa 100644 --- a/data/Piranha.Data.EF.SQLServer/Piranha.Data.EF.SQLServer.csproj +++ b/data/Piranha.Data.EF.SQLServer/Piranha.Data.EF.SQLServer.csproj @@ -11,7 +11,7 @@ - + diff --git a/data/Piranha.Data.EF.SQLite/Piranha.Data.EF.SQLite.csproj b/data/Piranha.Data.EF.SQLite/Piranha.Data.EF.SQLite.csproj index a46405d49..4bd673012 100644 --- a/data/Piranha.Data.EF.SQLite/Piranha.Data.EF.SQLite.csproj +++ b/data/Piranha.Data.EF.SQLite/Piranha.Data.EF.SQLite.csproj @@ -11,7 +11,7 @@ - + diff --git a/data/Piranha.Data.EF/Piranha.Data.EF.csproj b/data/Piranha.Data.EF/Piranha.Data.EF.csproj index fa1f65db0..1dab32d90 100644 --- a/data/Piranha.Data.EF/Piranha.Data.EF.csproj +++ b/data/Piranha.Data.EF/Piranha.Data.EF.csproj @@ -12,7 +12,7 @@ - + diff --git a/identity/Piranha.AspNetCore.Identity.MySQL/Piranha.AspNetCore.Identity.MySQL.csproj b/identity/Piranha.AspNetCore.Identity.MySQL/Piranha.AspNetCore.Identity.MySQL.csproj index 12e31ec3c..cc3fa6170 100644 --- a/identity/Piranha.AspNetCore.Identity.MySQL/Piranha.AspNetCore.Identity.MySQL.csproj +++ b/identity/Piranha.AspNetCore.Identity.MySQL/Piranha.AspNetCore.Identity.MySQL.csproj @@ -11,7 +11,7 @@ - + diff --git a/identity/Piranha.AspNetCore.Identity.PostgreSQL/Piranha.AspNetCore.Identity.PostgreSQL.csproj b/identity/Piranha.AspNetCore.Identity.PostgreSQL/Piranha.AspNetCore.Identity.PostgreSQL.csproj index 395b1f655..757be553a 100644 --- a/identity/Piranha.AspNetCore.Identity.PostgreSQL/Piranha.AspNetCore.Identity.PostgreSQL.csproj +++ b/identity/Piranha.AspNetCore.Identity.PostgreSQL/Piranha.AspNetCore.Identity.PostgreSQL.csproj @@ -11,7 +11,7 @@ - + diff --git a/identity/Piranha.AspNetCore.Identity.SQLServer/Piranha.AspNetCore.Identity.SQLServer.csproj b/identity/Piranha.AspNetCore.Identity.SQLServer/Piranha.AspNetCore.Identity.SQLServer.csproj index e6a582a39..a39ba7f6c 100644 --- a/identity/Piranha.AspNetCore.Identity.SQLServer/Piranha.AspNetCore.Identity.SQLServer.csproj +++ b/identity/Piranha.AspNetCore.Identity.SQLServer/Piranha.AspNetCore.Identity.SQLServer.csproj @@ -11,7 +11,7 @@ - + diff --git a/identity/Piranha.AspNetCore.Identity.SQLite/Piranha.AspNetCore.Identity.SQLite.csproj b/identity/Piranha.AspNetCore.Identity.SQLite/Piranha.AspNetCore.Identity.SQLite.csproj index aabff70e3..4cf478ae2 100644 --- a/identity/Piranha.AspNetCore.Identity.SQLite/Piranha.AspNetCore.Identity.SQLite.csproj +++ b/identity/Piranha.AspNetCore.Identity.SQLite/Piranha.AspNetCore.Identity.SQLite.csproj @@ -11,7 +11,7 @@ - + diff --git a/identity/Piranha.AspNetCore.Identity/Piranha.AspNetCore.Identity.csproj b/identity/Piranha.AspNetCore.Identity/Piranha.AspNetCore.Identity.csproj index 458e6b565..4e8371f9a 100644 --- a/identity/Piranha.AspNetCore.Identity/Piranha.AspNetCore.Identity.csproj +++ b/identity/Piranha.AspNetCore.Identity/Piranha.AspNetCore.Identity.csproj @@ -12,8 +12,8 @@ - - + + all runtime; build; native; contentfiles; analyzers