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>
|
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">Company.RazorClassLibrary1</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ namespace Company.WebApplication1
|
||||||
public void ConfigureServices(IServiceCollection services)
|
public void ConfigureServices(IServiceCollection services)
|
||||||
{
|
{
|
||||||
services.AddMvc()
|
services.AddMvc()
|
||||||
.AddNewtonsoftJson(); ;
|
.AddNewtonsoftJson();
|
||||||
|
|
||||||
// In production, the Angular files will be served from this directory
|
// In production, the Angular files will be served from this directory
|
||||||
services.AddSpaStaticFiles(configuration =>
|
services.AddSpaStaticFiles(configuration =>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
<Project>
|
<Project>
|
||||||
<Target Name="GenerateTestProps" BeforeTargets="CoreCompile">
|
<Target Name="GenerateTestProps" BeforeTargets="CoreCompile">
|
||||||
<Message Text="$(MicrosoftAspNetCoreAppPackageVersion)" Importance="High" />
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PropsProperties>
|
<PropsProperties>
|
||||||
RestoreSources=$([MSBuild]::Escape($(RestoreSources)));
|
RestoreSources=$([MSBuild]::Escape($(RestoreSources)));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue