diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 3fcb662..5c0bc03 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -7,7 +7,7 @@ on: types: [ published ] env: - NETCORE_VERSION: '6.0.100' + NETCORE_VERSION: '6.0.x' DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true DOTNET_CLI_TELEMETRY_OPTOUT: true PROJECT_NAME: LocalStorage diff --git a/samples/bUnitExample/bUnitExample.csproj b/samples/bUnitExample/bUnitExample.csproj index 9de3c40..fd0055b 100644 --- a/samples/bUnitExample/bUnitExample.csproj +++ b/samples/bUnitExample/bUnitExample.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/src/Blazored.LocalStorage.TestExtensions/Blazored.LocalStorage.TestExtensions.csproj b/src/Blazored.LocalStorage.TestExtensions/Blazored.LocalStorage.TestExtensions.csproj index 2f3373e..b224316 100644 --- a/src/Blazored.LocalStorage.TestExtensions/Blazored.LocalStorage.TestExtensions.csproj +++ b/src/Blazored.LocalStorage.TestExtensions/Blazored.LocalStorage.TestExtensions.csproj @@ -1,7 +1,7 @@  - netstandard2.1;net5.0;net6.0 + net6.0;net5.0 Chris Sainty @@ -31,7 +31,7 @@ - + diff --git a/src/Blazored.LocalStorage/Blazored.LocalStorage.csproj b/src/Blazored.LocalStorage/Blazored.LocalStorage.csproj index eb9ec4c..be624df 100644 --- a/src/Blazored.LocalStorage/Blazored.LocalStorage.csproj +++ b/src/Blazored.LocalStorage/Blazored.LocalStorage.csproj @@ -1,7 +1,7 @@  - netstandard2.1;net5.0;net6.0 + net6.0;net5.0 Chris Sainty @@ -26,17 +26,9 @@ Blazored.LocalStorage.snk - - 3.0 - - - - - -