Skip to content

Commit

Permalink
update tests and tools to net7 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzzerd committed May 15, 2023
1 parent 35e4dbf commit 571e0e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.200",
"version": "7.0.203",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion tests/FMData.Rest.Tests/FMData.Rest.Tests.csproj
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>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion tests/FMData.Xml.Tests/FMData.Xml.Tests.csproj
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>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 571e0e4

Please sign in to comment.