Razor 256 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. commit 3da41ae4bb34dfc7ce3aaa75d78630ce22ecdf4b
  2. Author: Ryan Brandenburg <[email protected]>
  3. Date: Mon Dec 4 11:29:09 2017 -0800
  4. Remove unneeded exclusion
  5. diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json
  6. index b21a624bcdd..1ec6f7c9861 100644
  7. --- a/NuGetPackageVerifier.json
  8. +++ b/NuGetPackageVerifier.json
  9. @@ -1,30 +1,16 @@
  10. {
  11. - "adx": {
  12. - "rules": [
  13. - "DefaultCompositeRule"
  14. - ],
  15. - "packages": {
  16. - "Microsoft.VisualStudio.LanguageServices.Razor": {
  17. - "Exclusions": {
  18. - "WRONG_THIRDPARTY_DEPENDENCY_VERSION": {
  19. - "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."
  20. - }
  21. - }
  22. - }
  23. - }
  24. - },
  25. - "adx-nonshipping": { // Packages written by the ADX team but that don't ship on NuGet.org (thus, no need to scan anything in them)
  26. - "rules": [
  27. - // Don't run any rules for packages the ADX team creates but doesn't ship.
  28. - ],
  29. - "packages": {
  30. - "Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": { },
  31. - "RazorPageGenerator": { }
  32. - }
  33. - },
  34. - "Default": { // Rules to run for packages not listed in any other set.
  35. - "rules": [
  36. - "DefaultCompositeRule"
  37. - ]
  38. + "adx-nonshipping": { // Packages written by the ADX team but that don't ship on NuGet.org (thus, no need to scan anything in them)
  39. + "rules": [
  40. + // Don't run any rules for packages the ADX team creates but doesn't ship.
  41. + ],
  42. + "packages": {
  43. + "Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {},
  44. + "RazorPageGenerator": {}
  45. }
  46. + },
  47. + "Default": { // Rules to run for packages not listed in any other set.
  48. + "rules": [
  49. + "DefaultCompositeRule"
  50. + ]
  51. + }
  52. }
  53. \ No newline at end of file
  54. diff --git a/build/dependencies.props b/build/dependencies.props
  55. index e281281ac45..b90a7be0b3d 100644
  56. --- a/build/dependencies.props
  57. +++ b/build/dependencies.props
  58. @@ -4,17 +4,17 @@
  59. </PropertyGroup>
  60. <PropertyGroup Label="Package Versions">
  61. <BenchmarkDotNetPackageVersion>0.10.9</BenchmarkDotNetPackageVersion>
  62. - <InternalAspNetCoreSdkPackageVersion>2.1.0-preview1-15576</InternalAspNetCoreSdkPackageVersion>
  63. - <MicrosoftAspNetCoreHtmlAbstractionsPackageVersion>2.1.0-preview1-27644</MicrosoftAspNetCoreHtmlAbstractionsPackageVersion>
  64. - <MicrosoftAspNetCoreTestingPackageVersion>2.1.0-preview1-27644</MicrosoftAspNetCoreTestingPackageVersion>
  65. + <InternalAspNetCoreSdkPackageVersion>2.1.0-preview1-15620</InternalAspNetCoreSdkPackageVersion>
  66. + <MicrosoftAspNetCoreHtmlAbstractionsPackageVersion>2.1.0-preview1-27723</MicrosoftAspNetCoreHtmlAbstractionsPackageVersion>
  67. + <MicrosoftAspNetCoreTestingPackageVersion>2.1.0-preview1-27723</MicrosoftAspNetCoreTestingPackageVersion>
  68. <MicrosoftCodeAnalysisCommonPackageVersion>2.3.1</MicrosoftCodeAnalysisCommonPackageVersion>
  69. <MicrosoftCodeAnalysisCSharpPackageVersion>2.3.1</MicrosoftCodeAnalysisCSharpPackageVersion>
  70. - <MicrosoftExtensionsCopyOnWriteDictionarySourcesPackageVersion>2.1.0-preview1-27644</MicrosoftExtensionsCopyOnWriteDictionarySourcesPackageVersion>
  71. + <MicrosoftExtensionsCopyOnWriteDictionarySourcesPackageVersion>2.1.0-preview1-27723</MicrosoftExtensionsCopyOnWriteDictionarySourcesPackageVersion>
  72. <MicrosoftExtensionsDependencyModelPackageVersion>2.1.0-preview2-25711-01</MicrosoftExtensionsDependencyModelPackageVersion>
  73. - <MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion>2.1.0-preview1-27644</MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion>
  74. - <MicrosoftExtensionsWebEncodersPackageVersion>2.1.0-preview1-27644</MicrosoftExtensionsWebEncodersPackageVersion>
  75. + <MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion>2.1.0-preview1-27723</MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion>
  76. + <MicrosoftExtensionsWebEncodersPackageVersion>2.1.0-preview1-27723</MicrosoftExtensionsWebEncodersPackageVersion>
  77. <MicrosoftNETCoreApp20PackageVersion>2.0.0</MicrosoftNETCoreApp20PackageVersion>
  78. - <MicrosoftNETCoreApp21PackageVersion>2.1.0-preview1-25907-02</MicrosoftNETCoreApp21PackageVersion>
  79. + <MicrosoftNETCoreApp21PackageVersion>2.1.0-preview1-25915-01</MicrosoftNETCoreApp21PackageVersion>
  80. <MicrosoftNETTestSdkPackageVersion>15.3.0</MicrosoftNETTestSdkPackageVersion>
  81. <MicrosoftVisualStudioComponentModelHostPackageVersion>15.0.26606</MicrosoftVisualStudioComponentModelHostPackageVersion>
  82. <MicrosoftVisualStudioEditorPackageVersion>15.6.161-preview</MicrosoftVisualStudioEditorPackageVersion>
  83. @@ -32,7 +32,7 @@
  84. <NETStandard20PackageVersion>2.0.0</NETStandard20PackageVersion>
  85. <NewtonsoftJsonPackageVersion>10.0.1</NewtonsoftJsonPackageVersion>
  86. <StreamJsonRpcPackageVersion>1.1.92</StreamJsonRpcPackageVersion>
  87. - <SystemDiagnosticsDiagnosticSourcePackageVersion>4.4.1</SystemDiagnosticsDiagnosticSourcePackageVersion>
  88. + <SystemDiagnosticsDiagnosticSourcePackageVersion>4.5.0-preview1-25914-04</SystemDiagnosticsDiagnosticSourcePackageVersion>
  89. <VisualStudio_NewtonsoftJsonPackageVersion>9.0.1</VisualStudio_NewtonsoftJsonPackageVersion>
  90. <VSIX_MicrosoftCodeAnalysisCommonPackageVersion>2.6.0-beta1-62023-02</VSIX_MicrosoftCodeAnalysisCommonPackageVersion>
  91. <VSIX_MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>2.6.0-beta1-62023-02</VSIX_MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
  92. @@ -43,9 +43,9 @@
  93. <VSIX_MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>2.6.0-beta1-62023-02</VSIX_MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>
  94. <VSIX_MicrosoftVisualStudioLanguageServicesPackageVersion>2.6.0-beta1-62023-02</VSIX_MicrosoftVisualStudioLanguageServicesPackageVersion>
  95. <VSIX_MicrosoftVisualStudioLanguageServicesRazorRemoteClientPackageVersion>2.6.0-beta1-62023-02</VSIX_MicrosoftVisualStudioLanguageServicesRazorRemoteClientPackageVersion>
  96. - <XunitAnalyzersPackageVersion>0.7.0</XunitAnalyzersPackageVersion>
  97. - <XunitPackageVersion>2.3.0</XunitPackageVersion>
  98. - <XunitRunnerVisualStudioPackageVersion>2.3.0</XunitRunnerVisualStudioPackageVersion>
  99. + <XunitAnalyzersPackageVersion>0.8.0</XunitAnalyzersPackageVersion>
  100. + <XunitPackageVersion>2.3.1</XunitPackageVersion>
  101. + <XunitRunnerVisualStudioPackageVersion>2.3.1</XunitRunnerVisualStudioPackageVersion>
  102. </PropertyGroup>
  103. <Import Project="$(DotNetPackageVersionPropsPath)" Condition=" '$(DotNetPackageVersionPropsPath)' != '' " />
  104. </Project>
  105. diff --git a/korebuild-lock.txt b/korebuild-lock.txt
  106. index 1a99066b7cb..fe4a961da3d 100644
  107. --- a/korebuild-lock.txt
  108. +++ b/korebuild-lock.txt
  109. @@ -1,2 +1,2 @@
  110. -version:2.1.0-preview1-15576
  111. -commithash:2f3856d2ba4f659fcb9253215b83946a06794a27
  112. +version:2.1.0-preview1-15620
  113. +commithash:6432b49a2c00310416df39b6fe548ef4af9c6011