Skip to content

Commit

Permalink
not only target netstandard2.1 but also net8.0 and net9.0 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Konstantin <[email protected]>
  • Loading branch information
hf-kklein and Konstantin authored Oct 10, 2024
1 parent 5e36f02 commit 86830c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MaLoIdentModels/MaLoIdentModels/MaLoIdentModels.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>13</LangVersion>
<Nullable>enable</Nullable>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
Expand All @@ -10,6 +9,7 @@
<PackageProjectUrl>https://github.com/Hochfrequenz/malo-ident-net-models/</PackageProjectUrl>
<license>MIT</license>
<RepositoryUrl>https://github.com/Hochfrequenz/malo-ident-net-models/</RepositoryUrl>
<TargetFrameworks>netstandard2.1;net8.0;net9.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand Down

0 comments on commit 86830c0

Please sign in to comment.