Skip to content

Commit

Permalink
Added .NET 7.0 library output support; also, update .NETCore3.1 test …
Browse files Browse the repository at this point in the history
…/ tools to .NET 6.0 for new LTS version
  • Loading branch information
ritchiecarroll committed Nov 22, 2022
1 parent 61c3caa commit c01fa14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Gemstone.PQDIF/Gemstone.PQDIF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.props" />

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net7.0</TargetFrameworks>
<RootNamespace>Gemstone.PQDIF</RootNamespace>
<PackageId>Gemstone.PQDIF</PackageId>
<Authors>Grid Protection Alliance</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/UnitTests/Gemstone.PQDIF.UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<Configurations>Debug;Release;Development</Configurations>
</PropertyGroup>
Expand Down

0 comments on commit c01fa14

Please sign in to comment.