Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Type just added to .net core 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maryamariyan committed Jan 31, 2019
1 parent 45556db commit 4950167
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<Compile Include="System\IO\PathTests_Unix.cs" />
<Compile Include="System\IO\PathTests_Join.netcoreapp.cs" />
<Compile Include="System\Runtime\ProfileOptimization.netcoreapp.cs" />
<Compile Include="System\Runtime\CompilerServices\SwitchExpressionExceptionTests.cs" />
</ItemGroup>
<ItemGroup Condition="'$(TargetGroup)'!='netstandard'">
<Compile Include="System\BitConverterSpan.cs" />
Expand All @@ -50,7 +51,6 @@
<Compile Include="System\Diagnostics\Stopwatch.cs" />
<Compile Include="System\Environment.MachineName.cs" />
<Compile Include="System\IO\PathTests_Combine.cs" />
<Compile Include="System\Runtime\CompilerServices\SwitchExpressionExceptionTests.cs" />
<Compile Include="System\Runtime\Versioning\FrameworkName.cs" />
<Compile Include="System\IO\PathTestsBase.cs" />
<Compile Include="System\Net\WebUtility.cs" />
Expand Down

0 comments on commit 4950167

Please sign in to comment.