Skip to content

Commit ac92954

Browse files
chore(deps): update all dependencies (#567)
* chore(deps): update all dependencies * build: update dep resource paths --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Winston H. <[email protected]>
1 parent d8f381c commit ac92954

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/[email protected]
2626

2727
- name: Initialise CodeQL
28-
uses: github/codeql-action/[email protected].3
28+
uses: github/codeql-action/[email protected].4
2929
with:
3030
languages: csharp
3131

@@ -40,6 +40,6 @@ jobs:
4040
run: dotnet build lc-hax -restoreProperty:RestoreLockedMode=true
4141

4242
- name: Perform CodeQL Analysis
43-
uses: github/codeql-action/[email protected].3
43+
uses: github/codeql-action/[email protected].4
4444
with:
4545
category: /language:csharp

lc-hax/lc-hax.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<PackageReference Include="Quickenshtein" Version="1.5.1" />
2929

30-
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.4.0-preview1" />
30+
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.4.0-preview2" />
3131

3232
<PackageReference Include="Lib.Harmony" Version="2.3.3" />
3333

@@ -46,7 +46,7 @@
4646
Include="$(NuGetPackageRoot)/system.runtime.compilerservices.unsafe/6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll" />
4747

4848
<EmbeddedResource
49-
Include="$(NuGetPackageRoot)/communitytoolkit.highperformance\8.4.0-preview1\lib\netstandard2.1/CommunityToolkit.HighPerformance.dll" />
49+
Include="$(NuGetPackageRoot)/communitytoolkit.highperformance\8.4.0-preview2\lib\netstandard2.1/CommunityToolkit.HighPerformance.dll" />
5050

5151
</ItemGroup>
5252

lc-hax/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
".NETStandard,Version=v2.1": {
55
"CommunityToolkit.HighPerformance": {
66
"type": "Direct",
7-
"requested": "[8.4.0-preview1, )",
8-
"resolved": "8.4.0-preview1",
9-
"contentHash": "sBPEYBR5caBf/is+mbIENFK268Ta9Sxwf86Hb3iRAicvYZcVbkF3Ub9VRMfSsVIPN4bEPYmHWDZIrz5gBWkCmg==",
7+
"requested": "[8.4.0-preview2, )",
8+
"resolved": "8.4.0-preview2",
9+
"contentHash": "2Pch/XScLp3031X9qB81UGxnlEEmsgtlHzVe8DGi/B0BAa2jTldhhb9PHAt1aSRq9c0lckyaDFhGaA15bv5e3g==",
1010
"dependencies": {
1111
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
1212
}

0 commit comments

Comments
 (0)