Skip to content

Commit e14aba1

Browse files
committed
Update dependencies, disable ClickOnce manifest signing
1 parent cd9583d commit e14aba1

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

FlashpointInstaller/FlashpointInstaller.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<GenerateManifests>true</GenerateManifests>
6363
</PropertyGroup>
6464
<PropertyGroup>
65-
<SignManifests>true</SignManifests>
65+
<SignManifests>false</SignManifests>
6666
</PropertyGroup>
6767
<PropertyGroup>
6868
<ApplicationIcon>FlashpointInstaller.ico</ApplicationIcon>
@@ -131,8 +131,8 @@
131131
<Private>True</Private>
132132
</Reference>
133133
<Reference Include="System.Core" />
134-
<Reference Include="System.Diagnostics.DiagnosticSource, Version=7.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
135-
<HintPath>packages\System.Diagnostics.DiagnosticSource.7.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
134+
<Reference Include="System.Diagnostics.DiagnosticSource, Version=7.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
135+
<HintPath>packages\System.Diagnostics.DiagnosticSource.7.0.2\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
136136
</Reference>
137137
<Reference Include="System.Diagnostics.Tracing, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
138138
<HintPath>packages\System.Diagnostics.Tracing.4.3.0\lib\net462\System.Diagnostics.Tracing.dll</HintPath>

FlashpointInstaller/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="Costura.Fody" version="5.7.0" targetFramework="net472" developmentDependency="true" />
44
<package id="Downloader" version="3.0.4" targetFramework="net472" />
55
<package id="Fody" version="6.6.4" targetFramework="net472" developmentDependency="true" />
6-
<package id="Microsoft.NETCore.Platforms" version="7.0.0" targetFramework="net472" />
6+
<package id="Microsoft.NETCore.Platforms" version="7.0.1" targetFramework="net472" />
77
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net472" />
88
<package id="Microsoft.WindowsAPICodePack-Core" version="1.1.0.2" targetFramework="net472" />
99
<package id="Microsoft.WindowsAPICodePack-Shell" version="1.1.0.0" targetFramework="net472" />
@@ -15,7 +15,7 @@
1515
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net472" />
1616
<package id="System.Console" version="4.3.1" targetFramework="net472" />
1717
<package id="System.Diagnostics.Debug" version="4.3.0" targetFramework="net472" />
18-
<package id="System.Diagnostics.DiagnosticSource" version="7.0.1" targetFramework="net472" />
18+
<package id="System.Diagnostics.DiagnosticSource" version="7.0.2" targetFramework="net472" />
1919
<package id="System.Diagnostics.Tools" version="4.3.0" targetFramework="net472" />
2020
<package id="System.Diagnostics.Tracing" version="4.3.0" targetFramework="net472" />
2121
<package id="System.Globalization" version="4.3.0" targetFramework="net472" />

FlashpointManager/FlashpointManager.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<GenerateManifests>true</GenerateManifests>
6363
</PropertyGroup>
6464
<PropertyGroup>
65-
<SignManifests>true</SignManifests>
65+
<SignManifests>false</SignManifests>
6666
</PropertyGroup>
6767
<PropertyGroup>
6868
<ApplicationIcon>FlashpointManager.ico</ApplicationIcon>
@@ -135,8 +135,8 @@
135135
<Private>True</Private>
136136
</Reference>
137137
<Reference Include="System.Core" />
138-
<Reference Include="System.Diagnostics.DiagnosticSource, Version=7.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
139-
<HintPath>packages\System.Diagnostics.DiagnosticSource.7.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
138+
<Reference Include="System.Diagnostics.DiagnosticSource, Version=7.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
139+
<HintPath>packages\System.Diagnostics.DiagnosticSource.7.0.2\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
140140
</Reference>
141141
<Reference Include="System.Diagnostics.Tracing, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
142142
<HintPath>packages\System.Diagnostics.Tracing.4.3.0\lib\net462\System.Diagnostics.Tracing.dll</HintPath>

FlashpointManager/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="Costura.Fody" version="5.7.0" targetFramework="net472" developmentDependency="true" />
44
<package id="Downloader" version="3.0.4" targetFramework="net472" />
55
<package id="Fody" version="6.6.4" targetFramework="net472" developmentDependency="true" />
6-
<package id="Microsoft.NETCore.Platforms" version="7.0.0" targetFramework="net472" />
6+
<package id="Microsoft.NETCore.Platforms" version="7.0.1" targetFramework="net472" />
77
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net472" />
88
<package id="Microsoft.WindowsAPICodePack-Core" version="1.1.0.2" targetFramework="net472" />
99
<package id="Microsoft.WindowsAPICodePack-Shell" version="1.1.0.0" targetFramework="net472" />
@@ -15,7 +15,7 @@
1515
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net472" />
1616
<package id="System.Console" version="4.3.1" targetFramework="net472" />
1717
<package id="System.Diagnostics.Debug" version="4.3.0" targetFramework="net472" />
18-
<package id="System.Diagnostics.DiagnosticSource" version="7.0.1" targetFramework="net472" />
18+
<package id="System.Diagnostics.DiagnosticSource" version="7.0.2" targetFramework="net472" />
1919
<package id="System.Diagnostics.Tools" version="4.3.0" targetFramework="net472" />
2020
<package id="System.Diagnostics.Tracing" version="4.3.0" targetFramework="net472" />
2121
<package id="System.Globalization" version="4.3.0" targetFramework="net472" />

0 commit comments

Comments
 (0)