Skip to content

Commit

Permalink
Merge pull request #90 from knelson-farmbeltnorth/develop
Browse files Browse the repository at this point in the history
Updating dotnet versions of build / test projects
  • Loading branch information
strhea authored Jul 3, 2024
2 parents 9c8ed27 + 520dca2 commit 7666ad0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 '5.0'
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: '5.0.x'
dotnet-version: '8.0.x'
- name: Install dependencies
run: dotnet restore
- name: Plugin Test
Expand Down
2 changes: 1 addition & 1 deletion AcceptanceTest/AcceptanceTest.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net5.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<Version>0.0.0</Version>
<NeutralLanguage></NeutralLanguage>
<Copyright>Copyright (C) 2015-19 AgGateway and ADAPT Contributors</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion PluginTest/PluginTest.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net5.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<Version>0.0.0</Version>
<NeutralLanguage></NeutralLanguage>
<Copyright>Copyright (C) 2015-19 AgGateway and ADAPT Contributors</Copyright>
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>
<TargetFrameworks>net5.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<Copyright>Copyright (C) 2015-19 AgGateway and ADAPT Contributors</Copyright>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<Version>0.0.0</Version>
Expand Down

0 comments on commit 7666ad0

Please sign in to comment.