Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit676e012

Browse files
Bump System.Text.Json from 8.0.4 to 8.0.5 in /UnityLauncherPro
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5.- [Release notes](https://github.com/dotnet/runtime/releases)- [Commits](dotnet/runtime@v8.0.4...v8.0.5)---updated-dependencies:- dependency-name: System.Text.Json dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
1 parent11c9ffc commit676e012

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎UnityLauncherPro/UnityLauncherPro.csproj‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@
8282
<ReferenceInclude="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
8383
<HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
8484
</Reference>
85-
<ReferenceInclude="System.Text.Json, Version=8.0.0.4, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
86-
<HintPath>..\packages\System.Text.Json.8.0.4\lib\net462\System.Text.Json.dll</HintPath>
85+
<ReferenceInclude="System.Text.Json, Version=8.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
86+
<HintPath>..\packages\System.Text.Json.8.0.5\lib\net462\System.Text.Json.dll</HintPath>
87+
<Private>True</Private>
8788
</Reference>
8889
<ReferenceInclude="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
8990
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
@@ -230,13 +231,12 @@
230231
<EmbeddedResourceInclude="Resources\UnityVersionCache.json" />
231232
</ItemGroup>
232233
<ImportProject="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
233-
<!-- PowerShell command to feed current timestamp into version.cs (it is displayed in the app-->
234+
<!-- PowerShell command to feed current timestamp into version.cs (it is displayed in the app-->
234235
<TargetName="PreBuild"BeforeTargets="PreBuildEvent">
235236
<ExecCommand="powershell -NoProfile -ExecutionPolicy Bypass -Command&quot;$pattern = 'public static string Stamp = \&quot;.*?\&quot;;'; $date = Get-Date -Format 'dd-MM-yyyy HH:mm:ss'; $replacement = 'public static string Stamp = \&quot;' + $date + '\&quot;;'; $path = '$(ProjectDir)Version.cs'; $content = Get-Content $path -Raw; $newContent = $content -replace $pattern, $replacement; [System.IO.File]::WriteAllText($path, $newContent, [System.Text.Encoding]::UTF8)&quot;" />
236237
</Target>
237-
<!-- PowerShell command to restore the Stamp string to its initial state-->
238+
<!-- PowerShell command to restore the Stamp string to its initial state-->
238239
<TargetName="PostBuild"AfterTargets="PostBuildEvent">
239240
<ExecCommand="powershell -NoProfile -ExecutionPolicy Bypass -Command&quot;$pattern = 'public static string Stamp = \&quot;.*?\&quot;;'; $replacement = 'public static string Stamp = \&quot;\&quot;;'; $path = '$(ProjectDir)Version.cs'; $content = Get-Content $path -Raw; $newContent = $content -replace $pattern, $replacement; [System.IO.File]::WriteAllText($path, $newContent, [System.Text.Encoding]::UTF8)&quot;" />
240-
</Target>
241-
241+
</Target>
242242
</Project>

‎UnityLauncherPro/packages.config‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<packageid="System.Numerics.Vectors"version="4.5.0"targetFramework="net48" />
77
<packageid="System.Runtime.CompilerServices.Unsafe"version="6.0.0"targetFramework="net48" />
88
<packageid="System.Text.Encodings.Web"version="8.0.0"targetFramework="net48" />
9-
<packageid="System.Text.Json"version="8.0.4"targetFramework="net48" />
9+
<packageid="System.Text.Json"version="8.0.5"targetFramework="net48" />
1010
<packageid="System.Threading.Tasks.Extensions"version="4.5.4"targetFramework="net48" />
1111
<packageid="System.ValueTuple"version="4.5.0"targetFramework="net48" />
1212
</packages>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp