Merge pull request #2753 from dotnet/darc-master-38ed5686-4360-44e8-902c-174e2eeb3244
[master] Update dependencies from dotnet/toolset
This commit is contained in:
commit
5e1b0f75ae
3 changed files with 4 additions and 4 deletions
|
@ -42,9 +42,9 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>e49047593d9a8f71e48cf4283ed4debceb76409b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-preview7.19351.4">
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-preview8.19351.9">
|
||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>0211cf50a29c2e16dbb27e965b1b48bded6f6345</Sha>
|
||||
<Sha>d73cb191abd22cfceb5aac2efdd52baba0598109</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19351.3">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.0.100-preview7.19351.4</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.0.100-preview8.19351.9</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
|
|
@ -10,7 +10,7 @@ namespace EndToEnd.Tests
|
|||
{
|
||||
public class GivenUnixPlatform : TestBase
|
||||
{
|
||||
[UnixOnlyTheory]
|
||||
[UnixOnlyTheory(Skip="https://github.com/dotnet/templating/issues/1979")]
|
||||
[InlineData("wpf")]
|
||||
[InlineData("winforms")]
|
||||
public void ItDoesNotIncludeWindowsOnlyProjectTemplates(string template)
|
||||
|
|
Loading…
Add table
Reference in a new issue