Skip to content

Commit fe5c252

Browse files
committed
revise csproj to accompony the new .net version
1 parent d96e291 commit fe5c252

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Flow.Launcher.Test/Flow.Launcher.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<ApplicationIcon />
1111
<StartupObject />
1212
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
13+
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1314
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
1415
</PropertyGroup>
1516

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,4 @@
116116
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
117117
<Exec Command="taskkill /f /fi &quot;IMAGENAME eq Flow.Launcher.exe&quot;" />
118118
</Target>
119-
120-
<Target Name="RemoveDuplicateAnalyzers" BeforeTargets="CoreCompile">
121-
<!-- Work around https://github.com/dotnet/wpf/issues/6792 -->
122-
123-
<ItemGroup>
124-
<FilteredAnalyzer Include="@(Analyzer-&gt;Distinct())" />
125-
<Analyzer Remove="@(Analyzer)" />
126-
<Analyzer Include="@(FilteredAnalyzer)" />
127-
</ItemGroup>
128-
</Target>
129119
</Project>

0 commit comments

Comments
 (0)