FarmMapsApiClient_KB34_MAST/Secrets/Secrets.csproj

19 lines
552 B
XML
Raw Normal View History

2021-12-16 11:05:35 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
2023-06-27 10:58:36 +00:00
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
2021-12-16 11:05:35 +00:00
<ItemGroup>
<None Remove="appsettings.json" />
<Content Include="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Remove="appsettings.secrets.json" />
<Content Include="appsettings.secrets.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
2021-12-16 11:05:35 +00:00
</Project>