Skip to content

Commit

Permalink
Update references and schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ds5678 committed Sep 13, 2024
1 parent 7862453 commit 7cd114b
Show file tree
Hide file tree
Showing 6 changed files with 2,542 additions and 292 deletions.
12 changes: 6 additions & 6 deletions src/OnnxSharp.Test/OnnxSharp.Test.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>net461;net5.0</TargetFrameworks>
<TargetFrameworks>net462;net5.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand All @@ -20,13 +20,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework) == 'net461'">
<PackageReference Include="System.Text.Json" Version="5.0" />
<ItemGroup Condition="$(TargetFramework) == 'net462'">
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

<!-- Change logical name of all embedded resources to be like file system paths. -->
Expand Down
Loading

0 comments on commit 7cd114b

Please sign in to comment.