Skip to content

Commit

Permalink
update to dotnet 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk-Peters-BF committed May 12, 2022
1 parent ae9ff77 commit 6006b4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x
- name: Pack
run: |
arrTag=(${GITHUB_REF//\// })
Expand Down
12 changes: 6 additions & 6 deletions FoundationalBits.Spec/FoundationalBits.Spec.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<IsPackable>false</IsPackable>
<OutputType>Library</OutputType>
<LangVersion>9</LangVersion>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<PackageId>FoundationalBits.Spec</PackageId>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.2.0"/>
<PackageReference Include="NUnit" Version="3.13.2"/>
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0"/>
<PackageReference Include="FluentAssertions" Version="6.6.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\FoundationalBits\FoundationalBits.csproj"/>
<ProjectReference Include="..\FoundationalBits\FoundationalBits.csproj" />
</ItemGroup>

</Project>

0 comments on commit 6006b4e

Please sign in to comment.