PR cleanup
This commit is contained in:
parent
b906de2c5f
commit
3ede876dfb
|
|
@ -5,4 +5,8 @@
|
|||
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">Company.RazorClassLibrary1</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -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 =>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<Project>
|
||||
<Target Name="GenerateTestProps" BeforeTargets="CoreCompile">
|
||||
<Message Text="$(MicrosoftAspNetCoreAppPackageVersion)" Importance="High" />
|
||||
<PropertyGroup>
|
||||
<PropsProperties>
|
||||
RestoreSources=$([MSBuild]::Escape($(RestoreSources)));
|
||||
|
|
|
|||
Loading…
Reference in New Issue