Skip to content

Commit

Permalink
Updates to latest Commerce 14.30 with .NET6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanPetersson committed May 13, 2022
1 parent 8a3adfa commit ec25a5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/Cms.Item/RazorPage/MyRazorPage.cshtml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace MyAppNamespace
{
public class MyRazorPageModel : RazorPageModel<MyPageData>
{
public void OnGet()
public static void OnGet()
{
}
}
Expand Down
3 changes: 1 addition & 2 deletions templates/Commerce.Empty/Commerce.Empty.1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@

<ItemGroup>
<PackageReference Include="EPiServer.CMS" Version="12.6.0" />
<PackageReference Include="EPiServer.Commerce" Version="14.1.3" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
<PackageReference Include="EPiServer.Commerce" Version="14.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ec25a5c

Please sign in to comment.