...
This commit is contained in:
parent
df55836c58
commit
1befc2e053
38 changed files with 427 additions and 309 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>net6</TargetFramework>
|
||||
|
||||
<IsPackable>false</IsPackable>
|
||||
<UserSecretsId>d7144e46-4e63-4391-ba86-64b61f6e7be4</UserSecretsId>
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
<Target Name="CopyTestConfig">
|
||||
<Copy
|
||||
SourceFiles="@(MyTestingConfigFiles)"
|
||||
DestinationFolder="bin\Debug\netcoreapp2.1"
|
||||
DestinationFolder="bin\Debug\net6.0"
|
||||
/>
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue