We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e921588 commit 2862e3fCopy full SHA for 2862e3f
Src/Axuno.TextTemplating/Axuno.TextTemplating.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFrameworks>netstandard2.1;net60;net80</TargetFrameworks>
+ <TargetFrameworks>netstandard2.1;net6.0;net8.0</TargetFrameworks>
4
<Nullable>enable</Nullable>
5
<NoWarn>$(NoWarn);1591</NoWarn>
6
<Description>Text templating is used to dynamically render contents based on a template and a model.
Src/TextTemplatingDemo/TextTemplatingDemo.csproj
@@ -2,7 +2,7 @@
<OutputType>Exe</OutputType>
- <TargetFrameworks>net80</TargetFrameworks>
+ <TargetFrameworks>net8.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
7
8
</PropertyGroup>
0 commit comments