We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df838b commit e1b5b2cCopy full SHA for e1b5b2c
csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="MSBuild.Sdk.Extras/3.0.44">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<!--- packaging properties -->
4
<OrtPackageId Condition="'$(OrtPackageId)' == ''">Microsoft.ML.OnnxRuntime</OrtPackageId>
@@ -184,7 +184,7 @@
184
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
185
</ItemGroup>
186
187
- <ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
+ <ItemGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">
188
<PackageReference Include="System.Numerics.Tensors" Version="9.0.0" />
189
190
0 commit comments