Skip to content

Commit

Permalink
Updating dotnet versions of build / test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
knelson-farmbeltnorth committed Jun 10, 2024
1 parent 6be64bd commit 955ed56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Setup .NET Core SDK '3.1'
uses: actions/setup-dotnet@v1.7.2
- uses: actions/checkout@v4.1.6
- name: Setup .NET Core SDK '8.0'
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: '3.1'
dotnet-version: '8.0'
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion TestUtilities/TestUtilities.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>AgGateway.ADAPT.TestUtilities</AssemblyName>
<RootNamespace>AgGateway.ADAPT.TestUtilities</RootNamespace>
</PropertyGroup>
Expand Down

0 comments on commit 955ed56

Please sign in to comment.