Skip to content

Commit ff5a8f4

Browse files
committed
update tools
1 parent 656baea commit ff5a8f4

File tree

8 files changed

+17
-13
lines changed

8 files changed

+17
-13
lines changed

Source/WPF/MyMoney/Properties/PublishProfiles/ClickOnceProfile.pubxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
1515
<InstallUrl>https://lovettsoftwarestorage.blob.core.windows.net/downloads/MyMoney/</InstallUrl>
1616
<IsRevisionIncremented>False</IsRevisionIncremented>
1717
<IsWebBootstrapper>True</IsWebBootstrapper>
18-
<ManifestCertificateThumbprint>50D58171E20BB6188B199ACA7C20A26DA0DFBF35</ManifestCertificateThumbprint>
18+
<ManifestCertificateThumbprint>F0DEC4CF1C07CB9E44E29D98389072C8579D5E79</ManifestCertificateThumbprint>
1919
<ManifestTimestampUrl>http://timestamp.sectigo.com</ManifestTimestampUrl>
2020
<MapFileExtensions>True</MapFileExtensions>
2121
<OpenBrowserOnPublish>False</OpenBrowserOnPublish>
@@ -27,7 +27,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
2727
<PublishSingleFile>False</PublishSingleFile>
2828
<SelfContained>False</SelfContained>
2929
<SignatureAlgorithm>sha384RSA</SignatureAlgorithm>
30-
<SignManifests>False</SignManifests>
30+
<SignManifests>True</SignManifests>
3131
<TargetFramework>net8.0-windows7.0</TargetFramework>
3232
<UpdateEnabled>True</UpdateEnabled>
3333
<UpdateMode>Background</UpdateMode>
@@ -42,7 +42,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
4242
<ItemGroup>
4343
<BootstrapperPackage Include="Microsoft.NetCore.DesktopRuntime.8.0.x64">
4444
<Install>true</Install>
45-
<ProductName>.NET Desktop Runtime 8.0.13 (x64)</ProductName>
45+
<ProductName>.NET Desktop Runtime 8.0.14 (x64)</ProductName>
4646
</BootstrapperPackage>
4747
</ItemGroup>
4848
</Project>

Source/WPF/tools/CleanupPublishFolder.deps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"runtimeTarget": {
3-
"name": ".NETCoreApp,Version=v7.0",
3+
"name": ".NETCoreApp,Version=v8.0",
44
"signature": ""
55
},
66
"compilationOptions": {},
77
"targets": {
8-
".NETCoreApp,Version=v7.0": {
8+
".NETCoreApp,Version=v8.0": {
99
"CleanupPublishFolder/1.0.0": {
1010
"runtime": {
1111
"CleanupPublishFolder.dll": {}

Source/WPF/tools/CleanupPublishFolder.runtimeconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"runtimeOptions": {
3-
"tfm": "net7.0",
3+
"tfm": "net8.0",
44
"framework": {
55
"name": "Microsoft.NETCore.App",
6-
"version": "7.0.0"
6+
"version": "8.0.0"
77
},
88
"configProperties": {
99
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false

Source/WPF/tools/UpdateVersion.deps.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"runtimeTarget": {
3-
"name": ".NETCoreApp,Version=v7.0",
3+
"name": ".NETCoreApp,Version=v8.0",
44
"signature": ""
55
},
66
"compilationOptions": {},
77
"targets": {
8-
".NETCoreApp,Version=v7.0": {
9-
"UpdateVersion/1.0.0": {
8+
".NETCoreApp,Version=v8.0": {
9+
"UpdateVersion/2.1.0.50": {
1010
"runtime": {
1111
"UpdateVersion.dll": {}
1212
}
1313
}
1414
}
1515
},
1616
"libraries": {
17-
"UpdateVersion/1.0.0": {
17+
"UpdateVersion/2.1.0.50": {
1818
"type": "project",
1919
"serviceable": false,
2020
"sha512": ""

Source/WPF/tools/UpdateVersion.dll

-512 Bytes
Binary file not shown.

Source/WPF/tools/UpdateVersion.exe

-15 KB
Binary file not shown.

Source/WPF/tools/UpdateVersion.pdb

52 Bytes
Binary file not shown.
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"runtimeOptions": {
3-
"tfm": "net7.0",
3+
"tfm": "net8.0",
44
"framework": {
55
"name": "Microsoft.NETCore.App",
6-
"version": "7.0.0"
6+
"version": "8.0.0"
7+
},
8+
"configProperties": {
9+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
10+
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
711
}
812
}
913
}

0 commit comments

Comments
 (0)