Skip to content

Commit

Permalink
actually add netstandard
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Sep 23, 2024
1 parent 6477bea commit e8a9e4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Graeae.Models/Graeae.Models.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand All @@ -19,9 +19,9 @@
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../RELEASE_NOTES.md"))</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<DocumentationFile>Graeae.Models.xml</DocumentationFile>
<Version>0.3.3</Version>
<FileVersion>0.3.3</FileVersion>
<AssemblyVersion>0.3.3.0</AssemblyVersion>
<Version>0.3.4</Version>
<FileVersion>0.3.4</FileVersion>
<AssemblyVersion>0.3.4.0</AssemblyVersion>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[0.3.3](https://github.com/gregsdennis/Graeae/pull/13)
[0.3.4](https://github.com/gregsdennis/Graeae/commit/f3f6bb0c4ec29879f8fb24573900f51f61e0bfae) (v0.3.3 redacted)

- Added .Net Standard 2.0 support.

Expand Down

0 comments on commit e8a9e4b

Please sign in to comment.