Skip to content

Commit 91bb0fb

Browse files
committed
removing unnecessary line from the proj file
1 parent e17fc65 commit 91bb0fb

File tree

6 files changed

+0
-7
lines changed

6 files changed

+0
-7
lines changed

test/Microsoft.ML.AutoML.Tests/Microsoft.ML.AutoML.Tests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<NoWarn>$(NoWarn)</NoWarn>
4-
53
<!-- Remove once we have resolved the TorchSharp issue. -->
64
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
75
</PropertyGroup>

test/Microsoft.ML.CodeGenerator.Tests/Microsoft.ML.CodeGenerator.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<NoWarn>$(NoWarn)</NoWarn>
54
<!-- Remove once we have resolved the TorchSharp issue. -->
65
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
76
</PropertyGroup>

test/Microsoft.ML.Core.Tests/Microsoft.ML.Core.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<StrongNameKeyId>Test</StrongNameKeyId>
55
<!-- Temporary workaround for https://github.com/dotnet/roslyn/issues/64365 -->
66
<LangVersion>10.0</LangVersion>
7-
<NoWarn>$(NoWarn)</NoWarn>
87

98
<!-- Remove once we have resolved the TorchSharp issue. -->
109
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>

test/Microsoft.ML.TensorFlow.Tests/Microsoft.ML.TensorFlow.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<AssemblyName>Microsoft.ML.TensorFlow.Tests</AssemblyName>
44
<StrongNameKeyId>Test</StrongNameKeyId>
5-
<NoWarn>$(NoWarn)</NoWarn>
65

76
</PropertyGroup>
87

test/Microsoft.ML.Tests/Microsoft.ML.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<AssemblyName>Microsoft.ML.Tests</AssemblyName>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66
<StrongNameKeyId>Test</StrongNameKeyId>
7-
<NoWarn>$(NoWarn)</NoWarn>
87

98
</PropertyGroup>
109

test/Microsoft.ML.TorchSharp.Tests/Microsoft.ML.TorchSharp.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<AssemblyName>Microsoft.ML.TorchSharp.Tests</AssemblyName>
44
<StrongNameKeyId>Test</StrongNameKeyId>
5-
<NoWarn>$(NoWarn)</NoWarn>
65

76
</PropertyGroup>
87

0 commit comments

Comments
 (0)