|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
|
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
|
|
|
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
|
|
|
|
|
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
|
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
@ -9,17 +9,16 @@
|
|
|
|
|
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
|
|
|
|
|
<PreserveCompilationContext>true</PreserveCompilationContext>
|
|
|
|
|
<MvcRazorExcludeRefAssembliesFromPublish>false</MvcRazorExcludeRefAssembliesFromPublish>
|
|
|
|
|
|
|
|
|
|
<PreserveCompilationReferences>true</PreserveCompilationReferences>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
|
|
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="2.1.1" />
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.File" Version="4.0.0" />
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.Elasticsearch" Version="6.5.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="2.2.5" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="2.2.5" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="3.0.0-preview9.19423.4" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="3.0.0-preview9.19423.4" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="3.0.0-preview9.19424.4" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
@ -41,27 +40,8 @@
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Remove="wwwroot\product-images\asus.jpg" />
|
|
|
|
|
<Content Remove="wwwroot\product-images\beats.jpg" />
|
|
|
|
|
<Content Remove="wwwroot\product-images\bluecat.jpg" />
|
|
|
|
|
<Content Remove="wwwroot\product-images\lego.jpg" />
|
|
|
|
|
<Content Remove="wwwroot\product-images\nikon.jpg" />
|
|
|
|
|
<Content Remove="wwwroot\product-images\oki.jpg" />
|
|
|
|
|
<Content Remove="wwwroot\product-images\playstation.jpg" />
|
|
|
|
|
<Content Remove="wwwroot\product-images\rampage.jpg" />
|
|
|
|
|
<Content Remove="wwwroot\product-images\sunny.jpg" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="wwwroot\product-images\asus.jpg" />
|
|
|
|
|
<EmbeddedResource Include="wwwroot\product-images\beats.jpg" />
|
|
|
|
|
<EmbeddedResource Include="wwwroot\product-images\bluecat.jpg" />
|
|
|
|
|
<EmbeddedResource Include="wwwroot\product-images\lego.jpg" />
|
|
|
|
|
<EmbeddedResource Include="wwwroot\product-images\nikon.jpg" />
|
|
|
|
|
<EmbeddedResource Include="wwwroot\product-images\oki.jpg" />
|
|
|
|
|
<EmbeddedResource Include="wwwroot\product-images\playstation.jpg" />
|
|
|
|
|
<EmbeddedResource Include="wwwroot\product-images\rampage.jpg" />
|
|
|
|
|
<EmbeddedResource Include="wwwroot\product-images\sunny.jpg" />
|
|
|
|
|
<EmbeddedResource Include="wwwroot\product-images\*.jpg" />
|
|
|
|
|
<Content Remove="wwwroot\product-images\*.jpg" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
|