Did.Serslot.HelloWorld60.csproj 690 B

12345678910111213141516171819202122232425262728
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. </PropertyGroup>
  5. <PropertyGroup>
  6. <DocumentationFile>bin\Debug\net6.0\Did.Serslot.HelloWorld60.xml</DocumentationFile>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <Folder Include="wwwroot\" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\..\..\..\Library\Sers\Sers.Serslot\Sers.Serslot\Sers.Serslot.csproj" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <Content Update="appsettings.json">
  16. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  17. </Content>
  18. </ItemGroup>
  19. </Project>