Skip to content

Commit 6ca6792

Browse files
author
reed
committed
updated dependcies for .net5 and .net6
1 parent e57e180 commit 6ca6792

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

One_Sgp4.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "One_Sgp4", "One_Sgp4\One_Sg
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneSGP4_Example", "OneSGP4_Example\OneSGP4_Example.csproj", "{A72A6FA5-8ACB-4429-90D7-98FFF5EE6FA2}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{427A8C67-F7B6-4831-A459-FD7F21DB811A}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{427A8C67-F7B6-4831-A459-FD7F21DB811A}"
1111
EndProject
1212
Global
1313
GlobalSection(SolutionConfigurationPlatforms) = preSolution

One_Sgp4/One_Sgp4.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
</PropertyGroup>
1919

2020
<PropertyGroup>
21-
<TargetFrameworks>netstandard2.1;netstandard2.0;net40;net45</TargetFrameworks>
22-
<Version>1.0.13</Version>
23-
<PackageReleaseNotes>Fixed Parse error wen Parsing TLE data with DragTerm of 0000+0 format</PackageReleaseNotes>
24-
<AssemblyVersion>1.0.13.0</AssemblyVersion>
21+
<TargetFrameworks>netstandard2.1;netstandard2.0;net40;net45;net6.0;net5.0</TargetFrameworks>
22+
<Version>1.0.14</Version>
23+
<PackageReleaseNotes>Added .net 5 and .net 6 builds</PackageReleaseNotes>
24+
<AssemblyVersion>1.0.14.0</AssemblyVersion>
2525
<PackageLicenseExpression />
2626
<PackageLicenseFile>license.txt</PackageLicenseFile>
27-
<FileVersion>1.0.13.0</FileVersion>
27+
<FileVersion>1.0.14.0</FileVersion>
2828
<Product>One_Sgp4</Product>
2929
<PackageId>One_Sgp4</PackageId>
3030
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)