Skip to content

Commit

Permalink
Remove .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ds5678 committed Sep 15, 2024
1 parent c958e9f commit 3aabad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "5.0.100",
"rollForward": "latestMajor",
"version": "8.0.400",
"rollForward": "latestPatch",
"allowPrerelease": false
}
}
2 changes: 1 addition & 1 deletion src/OnnxSharp/OnnxSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<RootNamespace>Onnx</RootNamespace>

<Description>ONNX format parsing and manipulation in C#.</Description>
Expand Down

0 comments on commit 3aabad1

Please sign in to comment.