update TargetFramework of all projects to netcoreapp3.1. Except FarmmapsAPi & Secrets which remain 2.1

This commit is contained in:
2023-06-13 12:05:30 +02:00
parent 641e09f833
commit 9be9eb3145
6 changed files with 12 additions and 6 deletions

View File

@@ -9,4 +9,10 @@
<ProjectReference Include="..\FarmmapsApi\FarmmapsApi.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="KPIInput.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>