Skip to content

Commit

Permalink
Add .net6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Feb 14, 2022
1 parent f66dee6 commit 770865e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
submodules: true
- name: Test
run: dotnet test -c Release -f net5
run: dotnet test -c Release -f net6
- name: Generate PDF with CSharp code
if: github.event_name == 'push'
run: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net472;netcoreapp2.1;netcoreapp3.1;net5</TargetFrameworks>
<TargetFrameworks>net472;netcoreapp2.1;netcoreapp3.1;net5;net6</TargetFrameworks>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion csharp/Platform.Singletons/Platform.Singletons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyTitle>Platform.Singletons</AssemblyTitle>
<VersionPrefix>0.2.1</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
<AssemblyName>Platform.Singletons</AssemblyName>
<PackageId>Platform.Singletons</PackageId>
<PackageTags>LinksPlatform;Singletons;Default;Global;Singleton</PackageTags>
Expand Down

0 comments on commit 770865e

Please sign in to comment.