diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index 9d4077a58..d10b3ff42 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -5,7 +5,7 @@ 15.3.0-preview-000246-05 2.3.0-beta2-61716-09 1.6.0-beta2-25304 - 1.0.0-rc-170511-0 + 4.2.0-rc-170531-0 2.0.0-preview2-20170531-2 4.3.0-preview2-4082 2.0.0-rel-20170518-512 diff --git a/src/tool_fsharp/tool_fsc.csproj b/src/tool_fsharp/tool_fsc.csproj index ba8924741..f0802d639 100644 --- a/src/tool_fsharp/tool_fsc.csproj +++ b/src/tool_fsharp/tool_fsc.csproj @@ -12,8 +12,7 @@ - - + @@ -35,25 +34,9 @@ SectionName="%(AssetsToRemoveFromDeps.SectionName)" AssetPath="%(AssetsToRemoveFromDeps.Identity)" /> - diff --git a/test/dotnet-new.Tests/GivenThatIWantANewAppWithSpecifiedType.cs b/test/dotnet-new.Tests/GivenThatIWantANewAppWithSpecifiedType.cs index ce6d8aff0..b39fb458b 100644 --- a/test/dotnet-new.Tests/GivenThatIWantANewAppWithSpecifiedType.cs +++ b/test/dotnet-new.Tests/GivenThatIWantANewAppWithSpecifiedType.cs @@ -23,12 +23,11 @@ namespace Microsoft.DotNet.New.Tests [InlineData("C#", "web", false)] [InlineData("C#", "mvc", false)] [InlineData("C#", "webapi", false)] - // Uncomment the test below once https://github.com/dotnet/netcorecli-fsc/issues/92 is fixed. - //[InlineData("F#", "console", false)] - //[InlineData("F#", "classlib", false)] - //[InlineData("F#", "mstest", false)] - //[InlineData("F#", "xunit", false)] - //[InlineData("F#", "mvc", true)] + [InlineData("F#", "console", false)] + [InlineData("F#", "classlib", false)] + [InlineData("F#", "mstest", false)] + [InlineData("F#", "xunit", false)] + [InlineData("F#", "mvc", true)] public void TemplateRestoresAndBuildsWithoutWarnings( string language, string projectType,