Skip to content

Commit

Permalink
Use framework names as documented
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb committed Jul 25, 2024
1 parent e921588 commit 9e4a3ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Src/Axuno.TextTemplating/Axuno.TextTemplating.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.1;net60;net80</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net6.0;net8.0</TargetFrameworks>
<Nullable>enable</Nullable>
<NoWarn>$(NoWarn);1591</NoWarn>
<Description>Text templating is used to dynamically render contents based on a template and a model.
Expand Down
2 changes: 1 addition & 1 deletion Src/TextTemplatingDemo/TextTemplatingDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net80</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit 9e4a3ce

Please sign in to comment.