Skip to content

Commit

Permalink
housekeeping: Update Net5 to Net6 (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn <5834289+glennawatson@users.noreply.github.com>
  • Loading branch information
ChrisPulman and glennawatson committed Jun 10, 2022
1 parent 8855090 commit 1c1cfef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,10 @@ jobs:
with:
fetch-depth: 0

- name: Install .NET Core
- name: Install .NET 6
uses: actions/setup-dotnet@v2.1.0
with:
dotnet-version: 3.1.x

- name: Install .NET 5
uses: actions/setup-dotnet@v2.1.0
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x

# - name: Update VS2019
# shell: powershell
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net5.0</TargetFrameworks>
<TargetFrameworks>net6.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<NoWarn>$(NoWarn);SA1600</NoWarn>
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/TesterConsoleApp/TesterConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 1c1cfef

Please sign in to comment.