File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 12
12
<ItemGroup >
13
13
<PackageReference Include =" BenchmarkDotNet" Version =" 0.14.0" />
14
14
<PackageReference Include =" Joveler.Compression.LZ4" Version =" 5.0.0" />
15
- <PackageReference Include =" Joveler.Compression.XZ" Version =" 5.0.0 " />
15
+ <PackageReference Include =" Joveler.Compression.XZ" Version =" 5.0.1 " />
16
16
<PackageReference Include =" Joveler.Compression.ZLib" Version =" 6.0.0" />
17
17
<PackageReference Include =" Joveler.FileMagician" Version =" 2.3.1" />
18
18
<PackageReference Include =" K4os.Compression.LZ4.Streams" Version =" 1.3.8" />
Original file line number Diff line number Diff line change 37
37
38
38
// Default .NET Core Target version
39
39
#ifndef NETCORE_TARGET_VER_MAJOR
40
- #define NETCORE_TARGET_VER_MAJOR 6
40
+ #define NETCORE_TARGET_VER_MAJOR 8
41
41
#endif
42
42
#ifndef NETCORE_TARGET_VER_MINOR
43
43
#define NETCORE_TARGET_VER_MINOR 0
44
44
#endif
45
45
#ifndef NETCORE_TARGET_VER_PATCH
46
- #define NETCORE_TARGET_VER_PATCH 14
46
+ #define NETCORE_TARGET_VER_PATCH 12
47
47
#endif
48
48
49
49
// Default .NET Framework Target version
54
54
#define NETFX_TARGET_VER_MINOR 8
55
55
#endif
56
56
#ifndef NETFX_TARGET_VER_PATCH
57
- #define NETFX_TARGET_VER_PATCH 0
57
+ #define NETFX_TARGET_VER_PATCH 1
58
58
#endif
59
59
60
60
// Force given build mode when publishing
Original file line number Diff line number Diff line change @@ -712,6 +712,7 @@ const std::wstring NetCoreDetector::getInstallerUrl()
712
712
// [Preview]
713
713
// Ex) .NET Runtime: https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-6.0.0-preview.3-windows-x64-installer
714
714
// Ex) Desktop Runtime: https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-6.0.0-preview.3-windows-arm64-installer
715
+
715
716
std::wstring verStr = _targetVer.toStr (false );
716
717
std::wostringstream woss;
717
718
if (5 <= _targetVer.getMajor ())
Original file line number Diff line number Diff line change 57
57
<!-- NuGet Packages -->
58
58
<ItemGroup >
59
59
<PackageReference Include =" CommandLineParser" Version =" 2.9.1" />
60
- <PackageReference Include =" Joveler.Compression.XZ" Version =" 5.0.0 " />
60
+ <PackageReference Include =" Joveler.Compression.XZ" Version =" 5.0.1 " />
61
61
<PackageReference Include =" Joveler.Compression.ZLib" Version =" 6.0.0" />
62
62
<PackageReference Include =" Joveler.FileMagician" Version =" 2.3.1" />
63
63
<PackageReference Include =" MahApps.Metro.IconPacks.Material" Version =" 5.1.0" />
You can’t perform that action at this time.
0 commit comments