Skip to content

Commit 75d9146

Browse files
authored
Update buildtools to 3.0.0-build-20190123.3 (#6959)
1 parent 33bc457 commit 75d9146

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
</PropertyGroup>
111111
<PropertyGroup Label="Build tool dependencies">
112112
<InternalAspNetCoreSdkPackageVersion>$(KoreBuildVersion)</InternalAspNetCoreSdkPackageVersion>
113-
<InternalAspNetCoreSdkPackageVersion Condition=" '$(KoreBuildVersion)' == '' ">3.0.0-build-20190122.3</InternalAspNetCoreSdkPackageVersion>
113+
<InternalAspNetCoreSdkPackageVersion Condition=" '$(KoreBuildVersion)' == '' ">3.0.0-build-20190123.3</InternalAspNetCoreSdkPackageVersion>
114114
<MicrosoftNETFrameworkReferenceAssembliesPackageVersion>1.0.0-alpha-004</MicrosoftNETFrameworkReferenceAssembliesPackageVersion>
115115
<MicrosoftNETTestSdkPackageVersion>15.9.0</MicrosoftNETTestSdkPackageVersion>
116116
</PropertyGroup>

eng/signcheck.exclusions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ content/*.js;Microsoft.DotNet.Web.Spa.ProjectTemplates.*.nupkg; Exclude JavaScri
33
content/*.js;Microsoft.DotNet.Web.ProjectTemplates.*.nupkg; Exclude JavaScript files from codesigning in project templates
44
Templates/*.js;Microsoft.VisualStudio.Web.CodeGenerators.Mvc.*.nupkg; Exclude JavaScript files from codesigning in code generators
55
*.js;signalr-*-javadoc.jar; Exclude JavaScript files in the generated javadocs
6-
*.binlog; Exclude msbuild log files
7-
*.symbols.nupkg; Exclude NuGet symbols packages. These are not shipped to customers and should not be code signed.
6+
*.binlog;; Exclude msbuild log files
7+
*;*.symbols.nupkg; Exclude NuGet symbols packages. These are not shipped to customers and should not be code signed.

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "3.0.100-preview-009750"
44
},
55
"msbuild-sdks": {
6-
"Internal.AspNetCore.Sdk": "3.0.0-build-20190122.3"
6+
"Internal.AspNetCore.Sdk": "3.0.0-build-20190123.3"
77
}
88
}

korebuild-lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version:3.0.0-build-20190122.3
2-
commithash:43e5fa8e3d8b192e573c3c14ae39b43e1d05cd5e
1+
version:3.0.0-build-20190123.3
2+
commithash:bfcdf8474c79320b7e5edcdb33d94bbdccb41e32

0 commit comments

Comments
 (0)