Skip to content

Commit 4806940

Browse files
authored
Merge pull request #1303 from dorssel/bump_cswin
Bump Microsoft.Windows.CsWin32 from 0.3.242 to 0.3.248
2 parents 4e1119c + d448fa6 commit 4806940

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.github/workflows/build-installer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,10 @@ jobs:
8484
8585
- name: Upload test results to Codecov
8686
if: ${{ !cancelled() }}
87-
uses: codecov/test-results-action@v1
87+
uses: codecov/codecov-action@v5
8888
with:
8989
fail_ci_if_error: true
90+
report_type: test_results
9091
files: TestResults/JUnit/*.xml
9192
disable_search: true
9293
token: ${{ secrets.CODECOV_TOKEN }}

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-3.0-only
1010
<PackageVersion Include="Dorssel.GitVersion.MsBuild" Version="1.1.1" />
1111
<!-- Usbipd -->
1212
<PackageVersion Include="Microsoft.Extensions.Hosting.WindowsServices" Version="10.0.0" />
13-
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.3.242" />
13+
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.3.248" />
1414
<PackageVersion Include="System.CommandLine" Version="2.0.0" />
1515
<!-- Usbipd.PowerShell -->
1616
<PackageVersion Include="PowerShellStandard.Library" Version="5.1.1" />

UnitTests/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
},
3838
"Microsoft.Windows.CsWin32": {
3939
"type": "Direct",
40-
"requested": "[0.3.242, )",
41-
"resolved": "0.3.242",
42-
"contentHash": "qUTrmWABBC/mVzedGUKFc284objqsT9E3IFSALiy5jlxIbfFkiC1KZxrPPLqi/RMDZAEGwT2RtaaQYc02N0GPw==",
40+
"requested": "[0.3.248, )",
41+
"resolved": "0.3.248",
42+
"contentHash": "aB6vLNJBq5RdMqYhCK6VOaycoJ/3Vhrno1BpvziV5J8HTBGWSiaePZsDkIVpb7koDFkQrlzLwgaqf1Io1mZTkA==",
4343
"dependencies": {
4444
"Microsoft.Windows.SDK.Win32Docs": "0.1.42-alpha",
4545
"Microsoft.Windows.SDK.Win32Metadata": "65.0.8-preview",

Usbipd/Usbipd.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ SPDX-License-Identifier: GPL-3.0-only
4646
<PackageReference Include="Microsoft.Windows.CsWin32" PrivateAssets="all" />
4747
<PackageReference Include="System.CommandLine" />
4848
<!-- Fix for GitHub build ... reason unknown -->
49-
<PackageDownload Include="Microsoft.NETCore.App.Runtime.NativeAOT.win-x64" Version="[10.0.0]" />
49+
<PackageDownload Condition="$(ContinuousIntegrationBuild)" Include="Microsoft.NETCore.App.Runtime.NativeAOT.win-x64" Version="[10.0.0]" />
5050
</ItemGroup>
5151

5252
<ItemGroup>

Usbipd/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
},
3434
"Microsoft.Windows.CsWin32": {
3535
"type": "Direct",
36-
"requested": "[0.3.242, )",
37-
"resolved": "0.3.242",
38-
"contentHash": "qUTrmWABBC/mVzedGUKFc284objqsT9E3IFSALiy5jlxIbfFkiC1KZxrPPLqi/RMDZAEGwT2RtaaQYc02N0GPw==",
36+
"requested": "[0.3.248, )",
37+
"resolved": "0.3.248",
38+
"contentHash": "aB6vLNJBq5RdMqYhCK6VOaycoJ/3Vhrno1BpvziV5J8HTBGWSiaePZsDkIVpb7koDFkQrlzLwgaqf1Io1mZTkA==",
3939
"dependencies": {
4040
"Microsoft.Windows.SDK.Win32Docs": "0.1.42-alpha",
4141
"Microsoft.Windows.SDK.Win32Metadata": "65.0.8-preview",

0 commit comments

Comments
 (0)