| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- commit 3da41ae4bb34dfc7ce3aaa75d78630ce22ecdf4b
- Author: Ryan Brandenburg <[email protected]>
- Date: Mon Dec 4 11:29:09 2017 -0800
- Remove unneeded exclusion
- diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json
- index b21a624bcdd..1ec6f7c9861 100644
- --- a/NuGetPackageVerifier.json
- +++ b/NuGetPackageVerifier.json
- @@ -1,30 +1,16 @@
- {
- - "adx": {
- - "rules": [
- - "DefaultCompositeRule"
- - ],
- - "packages": {
- - "Microsoft.VisualStudio.LanguageServices.Razor": {
- - "Exclusions": {
- - "WRONG_THIRDPARTY_DEPENDENCY_VERSION": {
- - "Microsoft.VisualStudio.LanguageServices.Razor; .NETFramework,Version=v4.6": "This package intentionally depends on version 9.0.1 of Newtonsoft.Json because of the dependency on Visual Studio."
- - }
- - }
- - }
- - }
- - },
- - "adx-nonshipping": { // Packages written by the ADX team but that don't ship on NuGet.org (thus, no need to scan anything in them)
- - "rules": [
- - // Don't run any rules for packages the ADX team creates but doesn't ship.
- - ],
- - "packages": {
- - "Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": { },
- - "RazorPageGenerator": { }
- - }
- - },
- - "Default": { // Rules to run for packages not listed in any other set.
- - "rules": [
- - "DefaultCompositeRule"
- - ]
- + "adx-nonshipping": { // Packages written by the ADX team but that don't ship on NuGet.org (thus, no need to scan anything in them)
- + "rules": [
- + // Don't run any rules for packages the ADX team creates but doesn't ship.
- + ],
- + "packages": {
- + "Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {},
- + "RazorPageGenerator": {}
- }
- + },
- + "Default": { // Rules to run for packages not listed in any other set.
- + "rules": [
- + "DefaultCompositeRule"
- + ]
- + }
- }
- \ No newline at end of file
- diff --git a/build/dependencies.props b/build/dependencies.props
- index e281281ac45..b90a7be0b3d 100644
- --- a/build/dependencies.props
- +++ b/build/dependencies.props
- @@ -4,17 +4,17 @@
- </PropertyGroup>
- <PropertyGroup Label="Package Versions">
- <BenchmarkDotNetPackageVersion>0.10.9</BenchmarkDotNetPackageVersion>
- - <InternalAspNetCoreSdkPackageVersion>2.1.0-preview1-15576</InternalAspNetCoreSdkPackageVersion>
- - <MicrosoftAspNetCoreHtmlAbstractionsPackageVersion>2.1.0-preview1-27644</MicrosoftAspNetCoreHtmlAbstractionsPackageVersion>
- - <MicrosoftAspNetCoreTestingPackageVersion>2.1.0-preview1-27644</MicrosoftAspNetCoreTestingPackageVersion>
- + <InternalAspNetCoreSdkPackageVersion>2.1.0-preview1-15620</InternalAspNetCoreSdkPackageVersion>
- + <MicrosoftAspNetCoreHtmlAbstractionsPackageVersion>2.1.0-preview1-27723</MicrosoftAspNetCoreHtmlAbstractionsPackageVersion>
- + <MicrosoftAspNetCoreTestingPackageVersion>2.1.0-preview1-27723</MicrosoftAspNetCoreTestingPackageVersion>
- <MicrosoftCodeAnalysisCommonPackageVersion>2.3.1</MicrosoftCodeAnalysisCommonPackageVersion>
- <MicrosoftCodeAnalysisCSharpPackageVersion>2.3.1</MicrosoftCodeAnalysisCSharpPackageVersion>
- - <MicrosoftExtensionsCopyOnWriteDictionarySourcesPackageVersion>2.1.0-preview1-27644</MicrosoftExtensionsCopyOnWriteDictionarySourcesPackageVersion>
- + <MicrosoftExtensionsCopyOnWriteDictionarySourcesPackageVersion>2.1.0-preview1-27723</MicrosoftExtensionsCopyOnWriteDictionarySourcesPackageVersion>
- <MicrosoftExtensionsDependencyModelPackageVersion>2.1.0-preview2-25711-01</MicrosoftExtensionsDependencyModelPackageVersion>
- - <MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion>2.1.0-preview1-27644</MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion>
- - <MicrosoftExtensionsWebEncodersPackageVersion>2.1.0-preview1-27644</MicrosoftExtensionsWebEncodersPackageVersion>
- + <MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion>2.1.0-preview1-27723</MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion>
- + <MicrosoftExtensionsWebEncodersPackageVersion>2.1.0-preview1-27723</MicrosoftExtensionsWebEncodersPackageVersion>
- <MicrosoftNETCoreApp20PackageVersion>2.0.0</MicrosoftNETCoreApp20PackageVersion>
- - <MicrosoftNETCoreApp21PackageVersion>2.1.0-preview1-25907-02</MicrosoftNETCoreApp21PackageVersion>
- + <MicrosoftNETCoreApp21PackageVersion>2.1.0-preview1-25915-01</MicrosoftNETCoreApp21PackageVersion>
- <MicrosoftNETTestSdkPackageVersion>15.3.0</MicrosoftNETTestSdkPackageVersion>
- <MicrosoftVisualStudioComponentModelHostPackageVersion>15.0.26606</MicrosoftVisualStudioComponentModelHostPackageVersion>
- <MicrosoftVisualStudioEditorPackageVersion>15.6.161-preview</MicrosoftVisualStudioEditorPackageVersion>
- @@ -32,7 +32,7 @@
- <NETStandard20PackageVersion>2.0.0</NETStandard20PackageVersion>
- <NewtonsoftJsonPackageVersion>10.0.1</NewtonsoftJsonPackageVersion>
- <StreamJsonRpcPackageVersion>1.1.92</StreamJsonRpcPackageVersion>
- - <SystemDiagnosticsDiagnosticSourcePackageVersion>4.4.1</SystemDiagnosticsDiagnosticSourcePackageVersion>
- + <SystemDiagnosticsDiagnosticSourcePackageVersion>4.5.0-preview1-25914-04</SystemDiagnosticsDiagnosticSourcePackageVersion>
- <VisualStudio_NewtonsoftJsonPackageVersion>9.0.1</VisualStudio_NewtonsoftJsonPackageVersion>
- <VSIX_MicrosoftCodeAnalysisCommonPackageVersion>2.6.0-beta1-62023-02</VSIX_MicrosoftCodeAnalysisCommonPackageVersion>
- <VSIX_MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>2.6.0-beta1-62023-02</VSIX_MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
- @@ -43,9 +43,9 @@
- <VSIX_MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>2.6.0-beta1-62023-02</VSIX_MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>
- <VSIX_MicrosoftVisualStudioLanguageServicesPackageVersion>2.6.0-beta1-62023-02</VSIX_MicrosoftVisualStudioLanguageServicesPackageVersion>
- <VSIX_MicrosoftVisualStudioLanguageServicesRazorRemoteClientPackageVersion>2.6.0-beta1-62023-02</VSIX_MicrosoftVisualStudioLanguageServicesRazorRemoteClientPackageVersion>
- - <XunitAnalyzersPackageVersion>0.7.0</XunitAnalyzersPackageVersion>
- - <XunitPackageVersion>2.3.0</XunitPackageVersion>
- - <XunitRunnerVisualStudioPackageVersion>2.3.0</XunitRunnerVisualStudioPackageVersion>
- + <XunitAnalyzersPackageVersion>0.8.0</XunitAnalyzersPackageVersion>
- + <XunitPackageVersion>2.3.1</XunitPackageVersion>
- + <XunitRunnerVisualStudioPackageVersion>2.3.1</XunitRunnerVisualStudioPackageVersion>
- </PropertyGroup>
- <Import Project="$(DotNetPackageVersionPropsPath)" Condition=" '$(DotNetPackageVersionPropsPath)' != '' " />
- </Project>
- diff --git a/korebuild-lock.txt b/korebuild-lock.txt
- index 1a99066b7cb..fe4a961da3d 100644
- --- a/korebuild-lock.txt
- +++ b/korebuild-lock.txt
- @@ -1,2 +1,2 @@
- -version:2.1.0-preview1-15576
- -commithash:2f3856d2ba4f659fcb9253215b83946a06794a27
- +version:2.1.0-preview1-15620
- +commithash:6432b49a2c00310416df39b6fe548ef4af9c6011
|