Did.Serslot.HelloWorld.csproj 603 B

123456789101112131415161718192021
  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.HelloWorld.xml</DocumentationFile>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\..\..\..\Library\Sers\Sers.Serslot\Sers.Serslot\Sers.Serslot.csproj" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <Content Update="appsettings.json">
  13. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  14. </Content>
  15. </ItemGroup>
  16. </Project>