Skip to content

Commit

Permalink
updated csproj file with build info
Browse files Browse the repository at this point in the history
  • Loading branch information
reed committed Feb 16, 2024
1 parent 7be248c commit 773c726
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions One_Sgp4/One_Sgp4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
</PropertyGroup>

<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0;net8,net6.0;net5.0;net48;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>netstandard2.1;netstandard2.0;net8.0;net6.0;net5.0;net48;netcoreapp3.1</TargetFrameworks>
<Version>1.1.0</Version>
<PackageReleaseNotes>Added ability to Parse OMM messages
Added .NET 8.0 Support</PackageReleaseNotes>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<AssemblyVersion>1.1.0</AssemblyVersion>
<PackageLicenseExpression />
<PackageLicenseFile>license.txt</PackageLicenseFile>
<FileVersion>1.1.0.0</FileVersion>
<FileVersion>1.1.0</FileVersion>
<Product>One_Sgp4</Product>
<PackageId>One_Sgp4</PackageId>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
Expand Down

0 comments on commit 773c726

Please sign in to comment.