diff --git a/.gitignore b/.gitignore index 1f8a9c52..fc1fa436 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ gh-pages/ artifacts/ /Confuser.Protections/runtime /Confuser.Protections/runtime +*.binlog diff --git a/Confuser.MSBuild.Tasks/Confuser.MSBuild.Tasks.csproj b/Confuser.MSBuild.Tasks/Confuser.MSBuild.Tasks.csproj index 4a8a7e95..b06251a9 100644 --- a/Confuser.MSBuild.Tasks/Confuser.MSBuild.Tasks.csproj +++ b/Confuser.MSBuild.Tasks/Confuser.MSBuild.Tasks.csproj @@ -19,18 +19,18 @@ true true $(TargetsForTfmSpecificContentInPackage);IncludeConfuserDependencyFiles - false + - + @@ -44,12 +44,20 @@ + + + + + + $(BaseOutputPath)$(ArtifactsPivots) + - - + + + @@ -58,10 +66,11 @@ - - + + + - + diff --git a/Confuser.MSBuild.Tasks/build/Confuser.MSBuild.Tasks.targets b/Confuser.MSBuild.Tasks/build/Confuser.MSBuild.Tasks.targets index e0e38f8e..97d85204 100644 --- a/Confuser.MSBuild.Tasks/build/Confuser.MSBuild.Tasks.targets +++ b/Confuser.MSBuild.Tasks/build/Confuser.MSBuild.Tasks.targets @@ -6,7 +6,7 @@ $(MSBuildThisFileDirectory)\..\netframework\ - $(MSBuildThisFileDirectory)\..\netstandard\ + $(MSBuildThisFileDirectory)\..\net\ net8.0 enable enable + true - +