Skip to content

Commit

Permalink
Fixed msbuild issue with dotnet core and added ApplicationPackageRoot…
Browse files Browse the repository at this point in the history
… to ignore
  • Loading branch information
Mikkel Mork Hegnhoj committed Aug 8, 2017
1 parent 5b0877e commit cf8070e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ _ReSharper.*
nuget.exe
.settings
*.sln.ide
ApplicationPackageRoot/
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@

<PropertyGroup>
<TargetFramework>net452</TargetFramework>
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<PreserveCompilationContext>true</PreserveCompilationContext>
<AssemblyName>StatefulBackendService</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>StatefulBackendService</PackageId>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<None Include="App.config" />
<None Update="Views;Areas\**\Views">
Expand Down
5 changes: 1 addition & 4 deletions src/GettingStartedApplication/WebService/WebService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@

<PropertyGroup>
<TargetFramework>net452</TargetFramework>
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<PreserveCompilationContext>true</PreserveCompilationContext>
<AssemblyName>WebService</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>WebService</PackageId>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<None Include="App.config" />
<None Update="wwwroot\**\*;Views\**\*;Areas\**\Views">
Expand Down

0 comments on commit cf8070e

Please sign in to comment.