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

Commit0635313

Browse files
committed
⬆️ upgrade zarro
- also output for linux, since that's where I am
1 parent3b26625 commit0635313

File tree

4 files changed

+36
-28
lines changed

4 files changed

+36
-28
lines changed

‎asmdeps/asmdeps.csproj‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<TargetFrameworks>net472;net8.0</TargetFrameworks>
66
<LangVersion>latest</LangVersion>
77
</PropertyGroup>
8-
8+
99
<PropertyGroupCondition="'$(TargetFramework)'=='net6.0'">
1010
<AssemblyName>asmdeps-net60</AssemblyName>
11-
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
11+
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
1212
<PublishSingleFile>true</PublishSingleFile>
1313
</PropertyGroup>
14-
14+
1515
<ItemGroup>
1616
<CompileInclude="..\Pastel\src\ConsoleExtensions.cs">
1717
<Link>ConsoleExtensions.cs</Link>
@@ -35,7 +35,7 @@
3535
<TargetName="CopyArtifacts"AfterTargets="CoreBuild"Condition="'$(Configuration)|$(TargetFramework)' == 'Release|net472'">
3636
<CopySourceFiles="bin\$(Configuration)\net472\publish\asmdeps.exe"DestinationFiles="..\bin\asmdeps.exe" />
3737
</Target>
38-
38+
3939
<ItemGroup>
4040
<ReferenceInclude="System.Collections" />
4141
</ItemGroup>

‎bin/asmdeps-net60.exe‎

100644100755
File mode changed.

‎package-lock.json‎

Lines changed: 31 additions & 23 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"exec-step":"^0.6.0",
2626
"npm-run-all":"^4.1.5",
2727
"yafs":"^1.23.0",
28-
"zarro":"^1.178.0"
28+
"zarro":"^1.199.0"
2929
}
3030
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp