Skip to content

Commit

Permalink
Upgrade to .Net 7 (#138)
Browse files Browse the repository at this point in the history
Closes #136
Closes #137
  • Loading branch information
baynezy authored Nov 19, 2023
1 parent 49b2dd6 commit 62f2f14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
- name: Set up JDK
uses: actions/setup-java@v2.4.0
with:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
Expand All @@ -103,7 +103,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
- name: Output Version Number
run: echo "Version-$VERSION_NUMBER.$GITHUB_RUN_NUMBER"
- name: Install dependencies
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;net6.0</TargetFrameworks>
<TargetFramework>net7.0</TargetFramework>
<Authors>Simon Baynes</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/baynezy/deep-secure-threat-removal-sdk</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 62f2f14

Please sign in to comment.