diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9be6f65..c65a573 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,8 @@ jobs: - uses: actions/checkout@v2 - name: Setup .NET Core uses: actions/setup-dotnet@v1 + with: + dotnet-version: 6.0.x - name: Install dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 36ddc1b..22ad810 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,6 +13,8 @@ jobs: - uses: actions/checkout@v2 - name: Setup .NET Core uses: actions/setup-dotnet@v1 + with: + dotnet-version: 6.0.x - name: Install dependencies run: dotnet restore - name: Build diff --git a/Directory.Build.targets b/Directory.Build.targets index e586a70..4c2dfd5 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + - + \ No newline at end of file diff --git a/samples/ThisNetWorks.OrchardCore.GoogleMaps.Sample/ThisNetWorks.OrchardCore.GoogleMaps.Sample.csproj b/samples/ThisNetWorks.OrchardCore.GoogleMaps.Sample/ThisNetWorks.OrchardCore.GoogleMaps.Sample.csproj index b2cbd67..4a70e7c 100644 --- a/samples/ThisNetWorks.OrchardCore.GoogleMaps.Sample/ThisNetWorks.OrchardCore.GoogleMaps.Sample.csproj +++ b/samples/ThisNetWorks.OrchardCore.GoogleMaps.Sample/ThisNetWorks.OrchardCore.GoogleMaps.Sample.csproj @@ -1,16 +1,11 @@  - net5.0 - true + net6.0 InProcess - true + false - - - - diff --git a/src/Manifest.cs b/src/Manifest.cs index 4796594..4c24037 100644 --- a/src/Manifest.cs +++ b/src/Manifest.cs @@ -4,7 +4,7 @@ Name = "Google Maps", Author = "ThisNetWorks", Website = "https://github.com/ThisNetWorks/ThisNetWorks.OrchardCore.GoogleMaps", - Version = "1.1.0", + Version = "1.2.0", Description = "Google Maps Module", Dependencies = new[] { "OrchardCore.Contents" }, Category = "Content Management" diff --git a/src/ThisNetWorks.OrchardCore.GoogleMaps.csproj b/src/ThisNetWorks.OrchardCore.GoogleMaps.csproj index e92a797..3975ca2 100644 --- a/src/ThisNetWorks.OrchardCore.GoogleMaps.csproj +++ b/src/ThisNetWorks.OrchardCore.GoogleMaps.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net5.0 + netcoreapp3.1;net5.0;net6.0 true