Skip to content

Commit bd980ba

Browse files
authored
Finalize all original tests to be multi-TFM where appropriate (#26)
1 parent fb4b4d0 commit bd980ba

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

Tests/193_ConstantsInlining.Test/193_ConstantsInlining.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net472</TargetFramework>
4+
<TargetFrameworks>net472;net8.0</TargetFrameworks>
55
<RootNamespace>ConstantsInlining.Test</RootNamespace>
66
<IsPackable>false</IsPackable>
77
<OutputType>Exe</OutputType>

Tests/270_EnumArrayConstantProtection.Test/270_EnumArrayConstantProtection.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net472</TargetFramework>
4+
<TargetFrameworks>net472;net8.0</TargetFrameworks>
55
<RootNamespace>EnumArrayConstantProtection.Test</RootNamespace>
66
<IsPackable>false</IsPackable>
77
<OutputType>Exe</OutputType>

Tests/AntiTamper.Test/AntiTamper.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net472</TargetFramework>
4+
<TargetFrameworks>net472;net8.0</TargetFrameworks>
55
<IsPackable>false</IsPackable>
66
<OutputType>Exe</OutputType>
77
</PropertyGroup>

Tests/CompressorWithResx.Test/CompressorWithResx.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net472</TargetFramework>
4+
<TargetFrameworks>net472;net8.0</TargetFrameworks>
55
<IsPackable>false</IsPackable>
66
<OutputType>Exe</OutputType>
77
</PropertyGroup>

Tests/Confuser.Renamer.Test/Confuser.Renamer.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net472</TargetFramework>
4+
<TargetFrameworks>net472;net8.0</TargetFrameworks>
55
<IsPackable>false</IsPackable>
66
<OutputType>Exe</OutputType>
77
</PropertyGroup>

Tests/ReferenceProxy.Test/ReferenceProxy.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net472</TargetFramework>
4+
<TargetFrameworks>net472;net8.0</TargetFrameworks>
55
<IsPackable>False</IsPackable>
66
<OutputType>Exe</OutputType>
77
</PropertyGroup>

0 commit comments

Comments
 (0)