Skip to content

Commit

Permalink
Updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
knelson-farmbeltnorth committed Jun 10, 2024
1 parent c80db06 commit d1ca28e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup .NET '5.0'
uses: actions/setup-dotnet@v1.7.2
- name: Setup .NET '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: Application Data Model Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>AgGateway.ADAPT.ApplicationDataModelTest</AssemblyName>
<RootNamespace>AgGateway.ADAPT.ApplicationDataModelTest</RootNamespace>
<Authors>AgGateway and ADAPT Contributors</Authors>
Expand Down
2 changes: 1 addition & 1 deletion source/PluginManagerTest/PluginManagerTest.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>AgGateway.ADAPT.PluginManagerTest</AssemblyName>
<RootNamespace>AgGateway.ADAPT.PluginManagerTest</RootNamespace>
<Version>0.0.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion source/RepresentationTest/RepresentationTest.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Version>0.0.0</Version>
<Authors>AgGateway and ADAPT Contributors</Authors>
<Company>AgGateway</Company>
Expand Down

0 comments on commit d1ca28e

Please sign in to comment.