Skip to content

Commit

Permalink
Merge pull request #192 from PhyxionNL/net7.0
Browse files Browse the repository at this point in the history
Add NET 7.0
  • Loading branch information
Shazwazza committed Jun 16, 2023
2 parents 9510e0f + 22594b4 commit 994e945
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -38,15 +38,13 @@ jobs:
echo ("Copyright=" + $Copyright) >> $Env:GITHUB_ENV
shell: pwsh

- name: Setup .NET Core SDK 5.0.x
uses: actions/setup-dotnet@v1.7.2
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
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
dotnet-version: |
5.0.x
6.0.x
7.0.x
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.9.9
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<!-- These are Source link props -->
<!-- These are Source link props -->
<PublishRepositoryUrl>https://github.com/Shazwazza/Smidge</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -23,6 +23,6 @@
<VersionPrefix>4.0.0</VersionPrefix>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net6.0;net5.0;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net7.0;net6.0;net5.0</TargetFrameworks>
</PropertyGroup>
</Project>

0 comments on commit 994e945

Please sign in to comment.