File tree 4 files changed +10
-14
lines changed
4 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 3
3
<ProductDependencies >
4
4
</ProductDependencies >
5
5
<ToolsetDependencies >
6
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.24572.3 " >
6
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.24578.2 " >
7
7
<Uri >https://github.com/dotnet/arcade</Uri >
8
- <Sha >7d955f9f470465e144c76d47fd2596a0e4c02a21 </Sha >
8
+ <Sha >e8de3415124309210e4cbd0105e4a9da8dc01696 </Sha >
9
9
</Dependency >
10
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.24572.3 " >
10
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.24578.2 " >
11
11
<Uri >https://github.com/dotnet/arcade</Uri >
12
- <Sha >7d955f9f470465e144c76d47fd2596a0e4c02a21 </Sha >
12
+ <Sha >e8de3415124309210e4cbd0105e4a9da8dc01696 </Sha >
13
13
</Dependency >
14
- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 10.0.0-beta.24572.3 " >
14
+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 10.0.0-beta.24578.2 " >
15
15
<Uri >https://github.com/dotnet/arcade</Uri >
16
- <Sha >7d955f9f470465e144c76d47fd2596a0e4c02a21 </Sha >
16
+ <Sha >e8de3415124309210e4cbd0105e4a9da8dc01696 </Sha >
17
17
</Dependency >
18
18
</ToolsetDependencies >
19
19
</Dependencies >
Original file line number Diff line number Diff line change 15
15
<SystemCollectionsImmutableVersion >8.0.0</SystemCollectionsImmutableVersion >
16
16
<SystemIOHashingVersion >8.0.0</SystemIOHashingVersion >
17
17
<MicrosoftBclTimeProviderVersion >8.0.0</MicrosoftBclTimeProviderVersion >
18
- <MicrosoftDotNetXUnitExtensionsPackageVersion >10.0.0-beta.24572.3 </MicrosoftDotNetXUnitExtensionsPackageVersion >
18
+ <MicrosoftDotNetXUnitExtensionsPackageVersion >10.0.0-beta.24578.2 </MicrosoftDotNetXUnitExtensionsPackageVersion >
19
19
</PropertyGroup >
20
20
</Project >
Original file line number Diff line number Diff line change @@ -44,15 +44,11 @@ case "$os" in
44
44
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
45
45
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
46
46
# brew update --preinstall
47
-
48
- # Temporarily uninstall [email protected] to work around https://github.com/actions/runner-images/issues/10984
49
- brew uninstall --ignore-dependencies --force
[email protected]
50
-
51
47
brew bundle --no-upgrade --no-lock --file=- << EOF
52
48
brew "cmake"
53
49
brew "icu4c"
54
50
brew "openssl@3"
55
- brew "pkg-config "
51
+ brew "pkgconf "
56
52
brew "python3"
57
53
brew "pigz"
58
54
EOF
Original file line number Diff line number Diff line change 18
18
}
19
19
},
20
20
"msbuild-sdks" : {
21
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.24572.3 " ,
22
- "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.24572.3 "
21
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.24578.2 " ,
22
+ "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.24578.2 "
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments