Skip to content

Commit a14a220

Browse files
Fix merge issues.
1 parent 66175aa commit a14a220

File tree

4 files changed

+5
-80
lines changed

4 files changed

+5
-80
lines changed

src/ObjectLayoutInspector.Tests/ObjectLayoutInspector.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
</PropertyGroup>
1010

11+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
12+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
13+
</PropertyGroup>
14+
1115
<ItemGroup>
1216
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
1317
<PackageReference Include="NUnit" Version="3.10.1" />

src/ObjectLayoutInspector/ObjectLayoutInspector.Tests/ObjectLayoutInspector.Tests.csproj

Lines changed: 0 additions & 79 deletions
This file was deleted.

src/ObjectLayoutInspector/ObjectLayoutInspector.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<PropertyGroup>
1414
<PackageId>ObjectLayoutInspector</PackageId>
15-
<PackageVersion>0.1.0.0</PackageVersion>
15+
<PackageVersion>0.1.1.0</PackageVersion>
1616
<Authors>SergeyTeplyakov</Authors>
1717
<PackageLicenseUrl>https://github.com/SergeyTeplyakov/ObjectLayoutInspector/blob/master/LICENSE</PackageLicenseUrl>
1818
<PackageProjectUrl>https://github.com/SergeyTeplyakov/ObjectLayoutInspector</PackageProjectUrl>

0 commit comments

Comments
 (0)