File tree Expand file tree Collapse file tree 6 files changed +17
-18
lines changed
samples/ThisNetWorks.OrchardCore.GoogleMaps.Sample Expand file tree Collapse file tree 6 files changed +17
-18
lines changed Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v2
1919 - name : Setup .NET Core
2020 uses : actions/setup-dotnet@v1
21+ with :
22+ dotnet-version : 6.0.x
2123 - name : Install dependencies
2224 run : dotnet restore
2325 - name : Build
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v2
1414 - name : Setup .NET Core
1515 uses : actions/setup-dotnet@v1
16+ with :
17+ dotnet-version : 6.0.x
1618 - name : Install dependencies
1719 run : dotnet restore
1820 - name : Build
Original file line number Diff line number Diff line change 11<Project >
22
33 <ItemGroup >
4- <PackageReference Update =" OrchardCore.Application.Cms.Targets" Version =" 1.1.0 " />
5- <PackageReference Update =" OrchardCore.ContentManagement" Version =" 1.1.0 " />
6- <PackageReference Update =" OrchardCore.ContentTypes.Abstractions" Version =" 1.1.0 " />
7- <PackageReference Update =" OrchardCore.DisplayManagement" Version =" 1.1.0 " />
8- <PackageReference Update =" OrchardCore.Logging.NLog" Version =" 1.1.0 " />
9- <PackageReference Update =" OrchardCore.Module.Targets" Version =" 1.1.0 " />
10- <PackageReference Update =" OrchardCore.Navigation.Core" Version =" 1.1.0 " />
11- <PackageReference Update =" OrchardCore.ResourceManagement" Version =" 1.1.0 " />
4+ <PackageReference Update =" OrchardCore.Application.Cms.Targets" Version =" 1.2.2 " />
5+ <PackageReference Update =" OrchardCore.ContentManagement" Version =" 1.2.2 " />
6+ <PackageReference Update =" OrchardCore.ContentTypes.Abstractions" Version =" 1.2.2 " />
7+ <PackageReference Update =" OrchardCore.DisplayManagement" Version =" 1.2.2 " />
8+ <PackageReference Update =" OrchardCore.Logging.NLog" Version =" 1.2.2 " />
9+ <PackageReference Update =" OrchardCore.Module.Targets" Version =" 1.2.2 " />
10+ <PackageReference Update =" OrchardCore.Navigation.Core" Version =" 1.2.2 " />
11+ <PackageReference Update =" OrchardCore.ResourceManagement" Version =" 1.2.2 " />
1212 </ItemGroup >
13- </Project >
13+ </Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net5.0</TargetFramework >
5- <TieredCompilation >true</TieredCompilation >
4+ <TargetFramework >net6.0</TargetFramework >
65 <AspNetCoreHostingModel >InProcess</AspNetCoreHostingModel >
7- <PreserveCompilationReferences >true</ PreserveCompilationReferences >
6+ <RazorRuntimeCompilation >false</ RazorRuntimeCompilation >
87 </PropertyGroup >
98
10- <ItemGroup >
11- <Content Remove =" Views\QueryGoogleMaps.cshtml" />
12- </ItemGroup >
13-
149 <ItemGroup >
1510 <Folder Include =" wwwroot\" />
1611 <Folder Include =" Localization\" />
Original file line number Diff line number Diff line change 44 Name = "Google Maps" ,
55 Author = "ThisNetWorks" ,
66 Website = "https://github.com/ThisNetWorks/ThisNetWorks.OrchardCore.GoogleMaps" ,
7- Version = "1.1 .0" ,
7+ Version = "1.2 .0" ,
88 Description = "Google Maps Module" ,
99 Dependencies = new [ ] { "OrchardCore.Contents" } ,
1010 Category = "Content Management"
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netcoreapp3.1;net5.0</TargetFrameworks >
4+ <TargetFrameworks >netcoreapp3.1;net5.0;net6.0 </TargetFrameworks >
55 <AddRazorSupportForMvc >true</AddRazorSupportForMvc >
66 </PropertyGroup >
77
You can’t perform that action at this time.
0 commit comments