Skip to content

Commit

Permalink
Update unit tests, remove local attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Nov 5, 2023
1 parent e72cd26 commit 889f8c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
2 changes: 1 addition & 1 deletion test/DNNE.UnitTests/DNNE.UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
39 changes: 0 additions & 39 deletions test/ExportingAssembly/Dnne.Attributes.cs

This file was deleted.

1 change: 0 additions & 1 deletion test/ExportingAssembly/ExportingAssembly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
</PropertyGroup>

<ItemGroup Condition="'$(EnableDefaultCompileItems)' == 'false'">
<Compile Include="Dnne.Attributes.cs" />
<Compile Include="IntExports.cs" />
</ItemGroup>

Expand Down

0 comments on commit 889f8c4

Please sign in to comment.