Skip to content

Commit

Permalink
Update the invoice sample to .NET 8 & use v2.0.0.rc.1 version of the …
Browse files Browse the repository at this point in the history
…package
  • Loading branch information
soundaranbu committed Mar 7, 2024
1 parent d7d0c84 commit 8df5dcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AddRazorSupportForMVC>true</AddRazorSupportForMVC>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Razor.Templating.Core" Version="1.5.0" />
<PackageReference Include="Razor.Templating.Core" Version="2.0.0-rc.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8df5dcf

Please sign in to comment.