PR cleanup

This commit is contained in:
Ryan Brandenburg 2019-01-17 14:36:16 -08:00 committed by Artak
parent b906de2c5f
commit 3ede876dfb
3 changed files with 5 additions and 2 deletions

View File

@ -5,4 +5,8 @@
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">Company.RazorClassLibrary1</RootNamespace>
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>

View File

@ -23,7 +23,7 @@ namespace Company.WebApplication1
public void ConfigureServices(IServiceCollection services)
{
services.AddMvc()
.AddNewtonsoftJson(); ;
.AddNewtonsoftJson();
// In production, the Angular files will be served from this directory
services.AddSpaStaticFiles(configuration =>

View File

@ -1,6 +1,5 @@
<Project>
<Target Name="GenerateTestProps" BeforeTargets="CoreCompile">
<Message Text="$(MicrosoftAspNetCoreAppPackageVersion)" Importance="High" />
<PropertyGroup>
<PropsProperties>
RestoreSources=$([MSBuild]::Escape($(RestoreSources)));