We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e90bc commit fd83c25Copy full SHA for fd83c25
2 files changed
Kepware.Api.Test/Kepware.Api.Test.csproj
@@ -34,9 +34,9 @@
34
</ItemGroup>
35
36
<ItemGroup>
37
- <None Update="_data/**">
+ <Content Include="_data/**/*.*">
38
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
39
- </None>
+ </Content>
40
41
42
</Project>
Kepware.Api.TestIntg/Kepware.Api.TestIntg.csproj
@@ -39,12 +39,12 @@
- <None Update="appsettings.json">
+ <Content Include="appsettings.json">
43
44
45
46
47
48
49
50
0 commit comments