Skip to content

Commit 28aff94

Browse files
committed
Various fixes
1 parent d9ec7ee commit 28aff94

File tree

24 files changed

+47
-12721
lines changed

24 files changed

+47
-12721
lines changed

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ TEST_SUITE:
88
- platinum
99

1010
DOTNET_VERSION:
11-
- 6.0.101
11+
- 6.0.101
1212

1313
exclude: ~

.github/workflows/unified-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Unified Release
22

3-
43
on:
54
pull_request:
65
paths-ignore:

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
<EnablePackageValidation>true</EnablePackageValidation>
3333
<OutputPath Condition="'$(OutputPathBaseDir)' != ''">$(OutputPathBaseDir)\$(MSBuildProjectName)\</OutputPath>
3434
<SolutionRoot>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.bat))</SolutionRoot>
35-
35+
3636
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
37-
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
38-
<RestoreLockedMode>true</RestoreLockedMode>
37+
<!-- <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
38+
<RestoreLockedMode>true</RestoreLockedMode> -->
3939

4040
<DefineConstants Condition="'$(TargetFramework)'=='net461' or '$(TargetFramework)'=='net472'">$(DefineConstants);FULLFRAMEWORK</DefineConstants>
4141
<DefineConstants Condition="$(DefineConstants.Contains(FULLFRAMEWORK)) == False">$(DefineConstants);DOTNETCORE</DefineConstants>

benchmarks/Benchmarks/packages.lock.json

Lines changed: 0 additions & 1137 deletions
This file was deleted.

benchmarks/Profiling/packages.lock.json

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)