зеркало из https://github.com/microsoft/testfx.git
remove redundant ImplicitUsings enable (#3844)
This commit is contained in:
Родитель
40c6435710
Коммит
d2c4636de6
|
@ -3,7 +3,6 @@
|
|||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<GenerateProgramFile>false</GenerateProgramFile>
|
||||
<NoWarn>$(NoWarn);NETSDK1023</NoWarn>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<PropertyGroup>
|
||||
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netstandard2.0;$(NetFrameworkMinimum);$(SupportedNetFrameworks);$(UwpMinimum);$(WinUiMinimum)</TargetFrameworks>
|
||||
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">$(SupportedNetFrameworks);netstandard2.0</TargetFrameworks>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<UseAssemblyVersion14>true</UseAssemblyVersion14>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<PropertyGroup>
|
||||
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netstandard2.0;$(NetFrameworkMinimum);$(SupportedNetFrameworks);$(UwpMinimum);$(WinUiMinimum)</TargetFrameworks>
|
||||
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">$(SupportedNetFrameworks);netstandard2.0</TargetFrameworks>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<UseAssemblyVersion14>true</UseAssemblyVersion14>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<PropertyGroup>
|
||||
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netstandard2.0;$(NetFrameworkMinimum);$(SupportedNetFrameworks);$(UwpMinimum);$(WinUiMinimum)</TargetFrameworks>
|
||||
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">$(SupportedNetFrameworks);netstandard2.0</TargetFrameworks>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<UseAssemblyVersion14>true</UseAssemblyVersion14>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netstandard2.0;$(NetFrameworkMinimum);$(SupportedNetFrameworks)</TargetFrameworks>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<UseAssemblyVersion14>true</UseAssemblyVersion14>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
<!-- Build & pack -->
|
||||
<PropertyGroup>
|
||||
<IsPackable>false</IsPackable>
|
||||
<ImplicitUsings>true</ImplicitUsings>
|
||||
<PublishAot Condition=" '$(PublishAot)' == '' ">false</PublishAot>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>$(MicrosoftTestingTargetFrameworks);netstandard2.0</TargetFrameworks>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<DefineConstants Condition=" '$(FastAcceptanceTest)' == 'true'">$(DefineConstants);SKIP_INTERMEDIATE_TARGET_FRAMEWORKS</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
|
Загрузка…
Ссылка в новой задаче