Skip to content

Commit 3b40b75

Browse files
authored
Merge branch 'development' into enhc/DX-5434
2 parents 9e883fb + b4da510 commit 3b40b75

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

Contentstack.Management.Core.Tests/Contentstack.Management.Core.Tests.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040
</ItemGroup>
4141

4242
<ItemGroup>
43-
<Content Include="appSettings.json">
44-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
45-
</Content>
46-
<Content Include="Mock\customUpload.html">
43+
<Content Include="appSettings.json">
4744
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4845
</Content>
4946
</ItemGroup>

Contentstack.Management.Core/contentstack.management.core.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<!-- On non-Windows (e.g. macOS/Linux), build only netstandard2.0; .NET Framework (net471/net472) is Windows-only and reference assemblies are not available. -->
44
<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">
55
<TargetFrameworks>netstandard2.0;net471;net472</TargetFrameworks>
6-
</PropertyGroup>
7-
<PropertyGroup Condition="'$(OS)' != 'Windows_NT'">
8-
<TargetFrameworks>netstandard2.0</TargetFrameworks>
9-
</PropertyGroup>
10-
<PropertyGroup>
6+
</PropertyGroup>
7+
<PropertyGroup Condition="'$(OS)' != 'Windows_NT'">
8+
<TargetFrameworks>netstandard2.0</TargetFrameworks>
9+
</PropertyGroup>
10+
<PropertyGroup>
1111
<LangVersion>8.0</LangVersion>
1212
<Nullable>enable</Nullable>
1313
<Title>Contentstack Management</Title>

0 commit comments

Comments
 (0)