[go: nahoru, domu]

Skip to content

Commit

Permalink
Add NET 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PhyxionNL committed May 19, 2023
1 parent 9510e0f commit 4b11219
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,11 @@ jobs:
echo ("Copyright=" + $Copyright) >> $Env:GITHUB_ENV
shell: pwsh

- name: Setup .NET Core SDK 5.0.x
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1.7.2
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
with: |
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</TargetFrameworks>
</PropertyGroup>
</Project>

0 comments on commit 4b11219

Please sign in to comment.