Skip to content

Commit 3777cd4

Browse files
authored
Update Build.ps1 (#8579)
* Update Build.ps1 * Update MsbuildOverallVersion to 16.4 * fix versions
1 parent dc86ab5 commit 3777cd4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

eng/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ function UpdatePath() {
216216
TestAndAddToPath $subdir
217217

218218
# add windows SDK dir for ildasm.exe
219-
foreach ($child in Get-ChildItem "${env:ProgramFiles(x86)}\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.?.? Tools") {
219+
foreach ($child in Get-ChildItem "${env:ProgramFiles(x86)}\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.* Tools") {
220220
$subdir = $child
221221
}
222222
TestAndAddToPath $subdir

eng/Versions.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<SystemIoCompressionVersion>4.3.0</SystemIoCompressionVersion>
7575
<SystemLinqExpressionsVersion>4.3.0</SystemLinqExpressionsVersion>
7676
<SystemLinqQueryableVersion>4.3.0</SystemLinqQueryableVersion>
77-
<SystemMemoryVersion>4.5.2</SystemMemoryVersion>
77+
<SystemMemoryVersion>4.5.3</SystemMemoryVersion>
7878
<SystemNetRequestsVersion>4.3.0</SystemNetRequestsVersion>
7979
<SystemNetSecurityVersion>4.3.0</SystemNetSecurityVersion>
8080
<SystemReflectionEmitVersion>4.3.0</SystemReflectionEmitVersion>
@@ -88,6 +88,7 @@
8888
<SystemSecurityClaimsVersion>4.3.0</SystemSecurityClaimsVersion>
8989
<SystemSecurityCryptographyAlgorithmsVersion>4.3.0</SystemSecurityCryptographyAlgorithmsVersion>
9090
<SystemSecurityPrincipalVersion>4.3.0</SystemSecurityPrincipalVersion>
91+
<SystemThreadingTasksDataflow>4.11.0</SystemThreadingTasksDataflow>
9192
<SystemThreadingTasksParallelVersion>4.3.0</SystemThreadingTasksParallelVersion>
9293
<SystemThreadingThreadVersion>4.3.0</SystemThreadingThreadVersion>
9394
<SystemThreadingThreadPoolVersion>4.3.0</SystemThreadingThreadPoolVersion>
@@ -102,7 +103,7 @@
102103
<MicrosoftCodeAnalysisTestResourcesProprietaryVersion>2.0.17</MicrosoftCodeAnalysisTestResourcesProprietaryVersion>
103104
<MicrosoftVisualStudioLanguageServicesVersion>$(RoslynVersion)</MicrosoftVisualStudioLanguageServicesVersion>
104105
<!-- Microsoft Build packages -->
105-
<MicrosoftBuildOverallPackagesVersion>16.0.461</MicrosoftBuildOverallPackagesVersion>
106+
<MicrosoftBuildOverallPackagesVersion>16.4</MicrosoftBuildOverallPackagesVersion>
106107
<MicrosoftBuildVersion>$(MicrosoftBuildOverallPackagesVersion)</MicrosoftBuildVersion>
107108
<MicrosoftBuildFrameworkVersion>$(MicrosoftBuildOverallPackagesVersion)</MicrosoftBuildFrameworkVersion>
108109
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildOverallPackagesVersion)</MicrosoftBuildTasksCoreVersion>

vsintegration/tests/GetTypesVS.UnitTests/GetTypesVS.UnitTests.fsproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
<PackageReference Include="NUnit" Version="$(NUnitVersion)" />
2626
<PackageReference Include="VSSDK.VSLangProj.8" Version="$(VSSDKVSLangProj8Version)" PrivateAssets="all" ExcludeAssets="contentFiles;build;analyzers;native" />
2727
<PackageReference Include="StreamJsonRpc" Version="$(StreamJsonRpcVersion)" />
28+
<PackageReference Include="System.Memory" Version="$(SystemMemoryVersion)" />
29+
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="$(SystemThreadingTasksDataflow)" />
2830
</ItemGroup>
2931

3032
<ItemGroup>

0 commit comments

Comments
 (0)