Skip to content

Commit

Permalink
net7 test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Mar 26, 2024
1 parent 35aaaa5 commit ae87009
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
7.0.x
- name: Restore dependencies
run: dotnet restore --verbosity detailed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
dotnet-version: "7.0.x"

- name: Restore dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion Thirdweb/Thirdweb.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>$(DefaultTargetFrameworks)</TargetFrameworks>
<TargetFrameworks>net7.0</TargetFrameworks>
<PackageVersion>$(DefaultVersion)</PackageVersion>
<AssemblyVersion>$(DefaultVersion)</AssemblyVersion>
<FileVersion>$(DefaultVersion)</FileVersion>
Expand Down

0 comments on commit ae87009

Please sign in to comment.