Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed Mar 14, 2017
1 parent ea991d7 commit 11ed402
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<DebugType Condition=" '$(DebugType)' == '' ">portable</DebugType>

<!-- This will turn off the base UWP-specific 'ResolveNuGetPackages' target -->
<ResolveNuGetPackages >false</ResolveNuGetPackages>
<ResolveNuGetPackages>false</ResolveNuGetPackages>

<!-- Skip import of Microsoft.NuGet.props and Microsoft.NuGet.targets -->
<SkipImportNuGetProps>true</SkipImportNuGetProps>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ namespace Microsoft.NET.Build.Tests
{
public class GivenThatWeWantToSetPropertiesInDirectoryBuildProps : SdkTest
{

[Fact]
public void The_default_configuration_can_be_set_to_release()
{
Expand Down

0 comments on commit 11ed402

Please sign in to comment.