Skip to content

Commit

Permalink
Unify PropertyGroups for the Cosmos.HAL2 csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
ascpixi committed Jul 4, 2022
1 parent 4fb028a commit 2a83785
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions source/Cosmos.HAL2/Cosmos.HAL2.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -8,18 +7,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='TEST|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IL2CPU.API" />
</ItemGroup>
Expand All @@ -29,5 +16,4 @@
<ProjectReference Include="..\Cosmos.Core\Cosmos.Core.csproj" />
<ProjectReference Include="..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
</ItemGroup>

</Project>

0 comments on commit 2a83785

Please sign in to comment.