[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #170 from nikcio/test/targetframeworks
Browse files Browse the repository at this point in the history
test: Add .Net 6 multitargeting to test project
  • Loading branch information
Shazwazza committed Nov 29, 2022
2 parents e38b7dc + 7a37ab5 commit b6078e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
with:
dotnet-version: 5.0.x

- name: Setup .NET Core SDK 6.0.x
uses: actions/setup-dotnet@v1.7.2
with:
dotnet-version: 6.0.x

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.9.9
with:
Expand Down
4 changes: 2 additions & 2 deletions test/Smidge.Tests/Smidge.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net5.0</TargetFrameworks>
<TargetFrameworks>net6.0;net5.0</TargetFrameworks>
<AssemblyName>Smidge.Tests</AssemblyName>
<PackageId>Smidge.Tests</PackageId>
<IsPackable>false</IsPackable>
Expand Down

0 comments on commit b6078e4

Please sign in to comment.