Update rzc to target netcoreapp3.0

* Allow rzc to work with 3.0 SDK that does not carry 2.x runtime
* Update repo to netcoreapp3.0

Fixes https://github.com/aspnet/Razor/issues/2696
This commit is contained in:
Pranav K 2018-11-06 12:52:37 -08:00
parent eed23bd778
commit f6265a8549
16 changed files with 291 additions and 288 deletions

View File

@ -21,239 +21,239 @@
"Microsoft.NET.Sdk.Razor": { "Microsoft.NET.Sdk.Razor": {
"Exclusions": { "Exclusions": {
"ASSEMBLY_DESCRIPTION": { "ASSEMBLY_DESCRIPTION": {
"tools/netcoreapp2.0/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/cs/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/cs/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/de/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/de/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/es/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/es/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/fr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/fr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/it/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/it/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ja/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ja/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ko/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ko/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pl/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pl/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ru/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ru/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/tr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/tr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions." "tools/netcoreapp3.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions."
}, },
"ASSEMBLY_PRODUCT": { "ASSEMBLY_PRODUCT": {
"tools/netcoreapp2.0/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions." "tools/netcoreapp3.0/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions."
}, },
"NEUTRAL_RESOURCES_LANGUAGE": { "NEUTRAL_RESOURCES_LANGUAGE": {
"tools/netcoreapp2.0/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/cs/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/cs/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/de/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/de/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/es/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/es/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/fr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/fr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/it/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/it/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ja/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ja/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ko/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ko/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pl/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pl/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ru/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ru/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/tr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/tr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions." "tools/netcoreapp3.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions."
}, },
"SERVICING_ATTRIBUTE": { "SERVICING_ATTRIBUTE": {
"tools/netcoreapp2.0/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/Newtonsoft.Json.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Newtonsoft.Json.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/cs/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/cs/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/de/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/de/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/es/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/es/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/fr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/fr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/it/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/it/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ja/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ja/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ko/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ko/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pl/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pl/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ru/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ru/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/tr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/tr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions." "tools/netcoreapp3.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions."
}, },
"WRONG_PUBLICKEYTOKEN": { "WRONG_PUBLICKEYTOKEN": {
"tools/netcoreapp2.0/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/Newtonsoft.Json.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Newtonsoft.Json.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/System.Collections.Immutable.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/System.Collections.Immutable.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/System.Reflection.Metadata.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/System.Reflection.Metadata.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/cs/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/cs/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/de/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/de/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/es/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/es/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/fr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/fr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/it/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/it/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ja/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ja/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ko/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ko/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pl/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pl/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ru/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ru/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/tr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/tr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions." "tools/netcoreapp3.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions."
}, },
"ASSEMBLY_INFORMATIONAL_VERSION_MISMATCH": { "ASSEMBLY_INFORMATIONAL_VERSION_MISMATCH": {
"tools/netcoreapp2.0/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/Newtonsoft.Json.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Newtonsoft.Json.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/System.Collections.Immutable.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/System.Collections.Immutable.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/System.Reflection.Metadata.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/System.Reflection.Metadata.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/cs/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/cs/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/de/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/de/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/es/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/es/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/fr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/fr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/it/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/it/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ja/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ja/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ko/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ko/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pl/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pl/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ru/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ru/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/tr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/tr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions." "tools/netcoreapp3.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions."
}, },
"ASSEMBLY_FILE_VERSION_MISMATCH": { "ASSEMBLY_FILE_VERSION_MISMATCH": {
"tools/netcoreapp2.0/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/Newtonsoft.Json.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Newtonsoft.Json.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/System.Collections.Immutable.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/System.Collections.Immutable.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/System.Reflection.Metadata.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/System.Reflection.Metadata.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/cs/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/cs/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/de/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/de/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/es/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/es/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/fr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/fr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/it/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/it/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ja/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ja/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ko/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ko/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pl/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pl/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ru/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ru/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/tr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/tr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions." "tools/netcoreapp3.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions."
}, },
"ASSEMBLY_VERSION_MISMATCH": { "ASSEMBLY_VERSION_MISMATCH": {
"tools/netcoreapp2.0/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/Newtonsoft.Json.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/Newtonsoft.Json.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/System.Collections.Immutable.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/System.Collections.Immutable.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/System.Reflection.Metadata.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/System.Reflection.Metadata.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/cs/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/cs/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/de/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/de/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/es/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/es/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/fr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/fr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/it/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/it/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ja/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ja/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ko/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ko/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pl/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pl/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/ru/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/ru/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/tr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/tr/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/netcoreapp3.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": "This assembly is not owned by us and does not follow our conventions.",
"tools/netcoreapp2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions." "tools/netcoreapp3.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": "This assembly is not owned by us and does not follow our conventions."
}, },
"BUILD_ITEMS_FRAMEWORK": { "BUILD_ITEMS_FRAMEWORK": {
"*": "Razor SDK does not contain any dependencies or binaries and consequently does not have a dependency group." "*": "Razor SDK does not contain any dependencies or binaries and consequently does not have a dependency group."
@ -262,4 +262,4 @@
} }
} }
} }
} }

View File

@ -4,24 +4,22 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="Package Versions"> <PropertyGroup Label="Package Versions">
<BenchmarkDotNetPackageVersion>0.10.13</BenchmarkDotNetPackageVersion> <BenchmarkDotNetPackageVersion>0.10.13</BenchmarkDotNetPackageVersion>
<InternalAspNetCoreSdkPackageVersion>3.0.0-alpha1-20181026.5</InternalAspNetCoreSdkPackageVersion> <InternalAspNetCoreSdkPackageVersion>3.0.0-alpha1-20181105.4</InternalAspNetCoreSdkPackageVersion>
<MicrosoftAspNetCoreBenchmarkRunnerSourcesPackageVersion>3.0.0-alpha1-10657</MicrosoftAspNetCoreBenchmarkRunnerSourcesPackageVersion> <MicrosoftAspNetCoreBenchmarkRunnerSourcesPackageVersion>3.0.0-preview-181105-05</MicrosoftAspNetCoreBenchmarkRunnerSourcesPackageVersion>
<MicrosoftAspNetCoreHtmlAbstractionsPackageVersion>3.0.0-alpha1-10664</MicrosoftAspNetCoreHtmlAbstractionsPackageVersion> <MicrosoftAspNetCoreHtmlAbstractionsPackageVersion>3.0.0-alpha1-10706</MicrosoftAspNetCoreHtmlAbstractionsPackageVersion>
<MicrosoftAspNetCoreTestingPackageVersion>3.0.0-alpha1-10657</MicrosoftAspNetCoreTestingPackageVersion> <MicrosoftAspNetCoreTestingPackageVersion>3.0.0-preview-181105-05</MicrosoftAspNetCoreTestingPackageVersion>
<MicrosoftBuildFrameworkPackageVersion>15.8.166</MicrosoftBuildFrameworkPackageVersion> <MicrosoftBuildFrameworkPackageVersion>15.8.166</MicrosoftBuildFrameworkPackageVersion>
<MicrosoftBuildPackageVersion>15.8.166</MicrosoftBuildPackageVersion> <MicrosoftBuildPackageVersion>15.8.166</MicrosoftBuildPackageVersion>
<MicrosoftBuildUtilitiesCorePackageVersion>15.8.166</MicrosoftBuildUtilitiesCorePackageVersion> <MicrosoftBuildUtilitiesCorePackageVersion>15.8.166</MicrosoftBuildUtilitiesCorePackageVersion>
<MicrosoftCodeAnalysisCommonPackageVersion>2.8.0</MicrosoftCodeAnalysisCommonPackageVersion> <MicrosoftCodeAnalysisCommonPackageVersion>2.8.0</MicrosoftCodeAnalysisCommonPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>2.8.0</MicrosoftCodeAnalysisCSharpPackageVersion> <MicrosoftCodeAnalysisCSharpPackageVersion>2.8.0</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftExtensionsCommandLineUtilsSourcesPackageVersion>3.0.0-alpha1-10657</MicrosoftExtensionsCommandLineUtilsSourcesPackageVersion> <MicrosoftExtensionsCommandLineUtilsSourcesPackageVersion>3.0.0-preview-181105-05</MicrosoftExtensionsCommandLineUtilsSourcesPackageVersion>
<MicrosoftExtensionsCopyOnWriteDictionarySourcesPackageVersion>3.0.0-alpha1-10657</MicrosoftExtensionsCopyOnWriteDictionarySourcesPackageVersion> <MicrosoftExtensionsCopyOnWriteDictionarySourcesPackageVersion>3.0.0-preview-181105-05</MicrosoftExtensionsCopyOnWriteDictionarySourcesPackageVersion>
<MicrosoftExtensionsDependencyModelPackageVersion>3.0.0-preview1-26907-05</MicrosoftExtensionsDependencyModelPackageVersion> <MicrosoftExtensionsDependencyModelPackageVersion>3.0.0-preview1-26907-05</MicrosoftExtensionsDependencyModelPackageVersion>
<MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion>3.0.0-alpha1-10657</MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion> <MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion>3.0.0-preview-181105-05</MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion>
<MicrosoftExtensionsNonCapturingTimerSourcesPackageVersion>3.0.0-alpha1-10657</MicrosoftExtensionsNonCapturingTimerSourcesPackageVersion> <MicrosoftExtensionsNonCapturingTimerSourcesPackageVersion>3.0.0-preview-181105-05</MicrosoftExtensionsNonCapturingTimerSourcesPackageVersion>
<MicrosoftExtensionsWebEncodersPackageVersion>3.0.0-alpha1-10664</MicrosoftExtensionsWebEncodersPackageVersion> <MicrosoftExtensionsWebEncodersPackageVersion>3.0.0-alpha1-10706</MicrosoftExtensionsWebEncodersPackageVersion>
<MicrosoftNETCoreApp20PackageVersion>2.0.9</MicrosoftNETCoreApp20PackageVersion>
<MicrosoftNETCoreApp21PackageVersion>2.1.3</MicrosoftNETCoreApp21PackageVersion> <MicrosoftNETCoreApp21PackageVersion>2.1.3</MicrosoftNETCoreApp21PackageVersion>
<MicrosoftNETCoreApp22PackageVersion>2.2.0-rtm-27023-02</MicrosoftNETCoreApp22PackageVersion>
<MicrosoftNETCoreApp30PackageVersion>3.0.0-preview1-26907-05</MicrosoftNETCoreApp30PackageVersion> <MicrosoftNETCoreApp30PackageVersion>3.0.0-preview1-26907-05</MicrosoftNETCoreApp30PackageVersion>
<MicrosoftNETTestSdkPackageVersion>15.6.1</MicrosoftNETTestSdkPackageVersion> <MicrosoftNETTestSdkPackageVersion>15.6.1</MicrosoftNETTestSdkPackageVersion>
<MicrosoftVisualStudioComponentModelHostPackageVersion>15.8.525</MicrosoftVisualStudioComponentModelHostPackageVersion> <MicrosoftVisualStudioComponentModelHostPackageVersion>15.8.525</MicrosoftVisualStudioComponentModelHostPackageVersion>

View File

@ -26,7 +26,6 @@
<ItemGroup> <ItemGroup>
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp21PackageVersion)" /> <DotNetCoreRuntime Include="$(MicrosoftNETCoreApp21PackageVersion)" />
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp22PackageVersion)" />
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp30PackageVersion)" /> <DotNetCoreRuntime Include="$(MicrosoftNETCoreApp30PackageVersion)" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -1,2 +1,2 @@
version:3.0.0-alpha1-20181026.5 version:3.0.0-alpha1-20181105.4
commithash:0c0410ef8b17d5177a05b50cb66f9ad89ce15e32 commithash:de32928719981f10bc9ef49b5dbc1c239f134b28

View File

@ -3,13 +3,16 @@
<PropertyGroup> <PropertyGroup>
<Description>Razor is a markup syntax for adding server-side logic to web pages. This assembly contains infrastructure supporting Razor MSBuild integration.</Description> <Description>Razor is a markup syntax for adding server-side logic to web pages. This assembly contains infrastructure supporting Razor MSBuild integration.</Description>
<TargetFramework>netcoreapp2.0</TargetFramework> <TargetFramework>netcoreapp3.0</TargetFramework>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<AssemblyName>rzc</AssemblyName> <AssemblyName>rzc</AssemblyName>
<!-- This is not a package, it is part of Razor SDK. --> <!-- This is not a package, it is part of Razor SDK. -->
<IsPackable>false</IsPackable> <IsPackable>false</IsPackable>
<EnableApiCheck>false</EnableApiCheck> <EnableApiCheck>false</EnableApiCheck>
<!-- Don't produce rzc.exe -->
<UseAppHost>false</UseAppHost>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -1,13 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<Description>Razor is a markup syntax for adding server-side logic to web pages. This package contains MSBuild support for Razor.</Description> <Description>Razor is a markup syntax for adding server-side logic to web pages. This package contains MSBuild support for Razor.</Description>
<TargetFrameworks>netcoreapp2.2;netstandard2.0;net46</TargetFrameworks> <TargetFrameworks>netcoreapp3.0;netstandard2.0;net46</TargetFrameworks>
<TargetName>Microsoft.NET.Sdk.Razor.Tasks</TargetName> <TargetName>Microsoft.NET.Sdk.Razor.Tasks</TargetName>
<NuspecFile>$(MSBuildProjectName).nuspec</NuspecFile> <NuspecFile>$(MSBuildProjectName).nuspec</NuspecFile>
<Serviceable>true</Serviceable> <Serviceable>true</Serviceable>
<SdkOutputPath>bin\$(Configuration)\sdk-output\</SdkOutputPath> <SdkOutputPath>bin\$(Configuration)\sdk-output\</SdkOutputPath>
<!-- Do not disable ApiCheck. We need to be aware of when we make changes to the Tasks sicne they need to be backwards compatible. --> <!-- Do not disable ApiCheck. We need to be aware of when we make changes to the Tasks sicne they need to be backwards compatible. -->
</PropertyGroup> </PropertyGroup>
@ -17,7 +16,7 @@
<PackageReference Include="Microsoft.Extensions.CommandLineUtils.Sources" Version="$(MicrosoftExtensionsCommandLineUtilsSourcesPackageVersion)" /> <PackageReference Include="Microsoft.Extensions.CommandLineUtils.Sources" Version="$(MicrosoftExtensionsCommandLineUtilsSourcesPackageVersion)" />
<ProjectReference Include="..\Microsoft.AspNetCore.Mvc.Razor.Extensions\Microsoft.AspNetCore.Mvc.Razor.Extensions.csproj" ReferenceOutputAssembly="false" Condition="'$(TargetFramework)'=='netstandard2.0'" /> <ProjectReference Include="..\Microsoft.AspNetCore.Mvc.Razor.Extensions\Microsoft.AspNetCore.Mvc.Razor.Extensions.csproj" ReferenceOutputAssembly="false" Condition="'$(TargetFramework)'=='netstandard2.0'" />
<ProjectReference Include="..\Microsoft.AspNetCore.Razor.Tools\Microsoft.AspNetCore.Razor.Tools.csproj" ReferenceOutputAssembly="false" Condition="'$(TargetFramework)'=='netcoreapp2.2'" /> <ProjectReference Include="..\Microsoft.AspNetCore.Razor.Tools\Microsoft.AspNetCore.Razor.Tools.csproj" ReferenceOutputAssembly="false" Condition="'$(TargetFramework)'=='netcoreapp3.0'" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
@ -39,7 +38,7 @@
<!-- Layout tasks, compiler, and extensions in the sdk-output folder. The entire folder structure gets packaged as-is into the SDK --> <!-- Layout tasks, compiler, and extensions in the sdk-output folder. The entire folder structure gets packaged as-is into the SDK -->
<MSBuild <MSBuild
Projects="..\Microsoft.AspNetCore.Razor.Tools\Microsoft.AspNetCore.Razor.Tools.csproj" Projects="..\Microsoft.AspNetCore.Razor.Tools\Microsoft.AspNetCore.Razor.Tools.csproj"
Properties="PublishDir=$(MSBuildProjectDirectory)\$(SdkOutputPath)tools\netcoreapp2.0;TargetFramework=netcoreapp2.0" Properties="PublishDir=$(MSBuildProjectDirectory)\$(SdkOutputPath)tools\netcoreapp3.0;TargetFramework=netcoreapp3.0"
Targets="Publish" /> Targets="Publish" />
<ItemGroup> <ItemGroup>
@ -61,42 +60,42 @@
<SignedPackageFile Include="$(SdkOutputPath)tasks\netstandard2.0\$(TargetName).dll" Certificate="$(AssemblySigningCertName)" /> <SignedPackageFile Include="$(SdkOutputPath)tasks\netstandard2.0\$(TargetName).dll" Certificate="$(AssemblySigningCertName)" />
<SignedPackageFile Include="$(SdkOutputPath)extensions\**\*.dll" Certificate="$(AssemblySigningCertName)" /> <SignedPackageFile Include="$(SdkOutputPath)extensions\**\*.dll" Certificate="$(AssemblySigningCertName)" />
<SignedPackageFile Include="$(SdkOutputPath)tools\netcoreapp2.0\rzc.dll" Certificate="$(AssemblySigningCertName)" /> <SignedPackageFile Include="$(SdkOutputPath)tools\netcoreapp3.0\rzc.dll" Certificate="$(AssemblySigningCertName)" />
<SignedPackageFile Include="$(SdkOutputPath)tools\netcoreapp2.0\Newtonsoft.Json.dll" Certificate="$(AssemblySigning3rdPartyCertName)" /> <SignedPackageFile Include="$(SdkOutputPath)tools\netcoreapp3.0\Newtonsoft.Json.dll" Certificate="$(AssemblySigning3rdPartyCertName)" />
<!-- Binaries that should be signed by corefx/roslyn --> <!-- Binaries that should be signed by corefx/roslyn -->
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\Microsoft.CodeAnalysis.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\Microsoft.CodeAnalysis.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\cs\Microsoft.CodeAnalysis.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\cs\Microsoft.CodeAnalysis.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\de\Microsoft.CodeAnalysis.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\de\Microsoft.CodeAnalysis.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\es\Microsoft.CodeAnalysis.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\es\Microsoft.CodeAnalysis.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\fr\Microsoft.CodeAnalysis.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\fr\Microsoft.CodeAnalysis.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\it\Microsoft.CodeAnalysis.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\it\Microsoft.CodeAnalysis.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\ja\Microsoft.CodeAnalysis.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\ja\Microsoft.CodeAnalysis.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\ko\Microsoft.CodeAnalysis.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\ko\Microsoft.CodeAnalysis.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\pl\Microsoft.CodeAnalysis.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\pl\Microsoft.CodeAnalysis.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\pt-BR\Microsoft.CodeAnalysis.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\pt-BR\Microsoft.CodeAnalysis.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\ru\Microsoft.CodeAnalysis.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\ru\Microsoft.CodeAnalysis.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\tr\Microsoft.CodeAnalysis.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\tr\Microsoft.CodeAnalysis.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\Microsoft.CodeAnalysis.CSharp.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\Microsoft.CodeAnalysis.CSharp.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\System.Collections.Immutable.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\System.Collections.Immutable.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\System.Reflection.Metadata.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\System.Reflection.Metadata.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\runtimes\unix\lib\netstandard1.3\System.Text.Encoding.CodePages.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\runtimes\unix\lib\netstandard1.3\System.Text.Encoding.CodePages.dll" />
<ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp2.0\runtimes\win\lib\netstandard1.3\System.Text.Encoding.CodePages.dll" /> <ExcludePackageFileFromSigning Include="$(SdkOutputPath)tools\netcoreapp3.0\runtimes\win\lib\netstandard1.3\System.Text.Encoding.CodePages.dll" />
</ItemGroup> </ItemGroup>
<Target Name="PopulateNuspec" BeforeTargets="GenerateNuspec" DependsOnTargets="LayoutDependencies"> <Target Name="PopulateNuspec" BeforeTargets="GenerateNuspec" DependsOnTargets="LayoutDependencies">

View File

@ -39,7 +39,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<_RazorGenerateInputsHash></_RazorGenerateInputsHash> <_RazorGenerateInputsHash></_RazorGenerateInputsHash>
<_RazorGenerateInputsHashFile>$(IntermediateOutputPath)$(MSBuildProjectName).RazorCoreGenerate.cache</_RazorGenerateInputsHashFile> <_RazorGenerateInputsHashFile>$(IntermediateOutputPath)$(MSBuildProjectName).RazorCoreGenerate.cache</_RazorGenerateInputsHashFile>
<_RazorToolAssembly Condition="'$(_RazorToolAssembly)'==''">$(RazorSdkDirectoryRoot)tools\netcoreapp2.0\rzc.dll</_RazorToolAssembly> <_RazorToolAssembly Condition="'$(_RazorToolAssembly)'==''">$(RazorSdkDirectoryRoot)tools\netcoreapp3.0\rzc.dll</_RazorToolAssembly>
</PropertyGroup> </PropertyGroup>
<!-- <!--

View File

@ -2,7 +2,7 @@
<Import Project="..\Directory.Build.props" /> <Import Project="..\Directory.Build.props" />
<PropertyGroup> <PropertyGroup>
<DeveloperBuildTestTfms>netcoreapp2.2</DeveloperBuildTestTfms> <DeveloperBuildTestTfms>netcoreapp3.0</DeveloperBuildTestTfms>
<StandardTestTfms>$(DeveloperBuildTestTfms)</StandardTestTfms> <StandardTestTfms>$(DeveloperBuildTestTfms)</StandardTestTfms>
<StandardTestTfms Condition=" '$(DeveloperBuild)' != 'true' ">$(StandardTestTfms)</StandardTestTfms> <StandardTestTfms Condition=" '$(DeveloperBuild)' != 'true' ">$(StandardTestTfms)</StandardTestTfms>
<StandardTestTfms Condition=" '$(DeveloperBuild)' != 'true' AND '$(OS)' == 'Windows_NT' ">net461;$(StandardTestTfms)</StandardTestTfms> <StandardTestTfms Condition=" '$(DeveloperBuild)' != 'true' AND '$(OS)' == 'Windows_NT' ">net461;$(StandardTestTfms)</StandardTestTfms>

View File

@ -113,7 +113,7 @@ namespace Microsoft.AspNetCore.Razor.Language.IntegrationTests
// Used by the test framework to set the 'base' name for test files. // Used by the test framework to set the 'base' name for test files.
public static string FileName public static string FileName
{ {
#if NET46 #if NETFRAMEWORK
get get
{ {
var handle = (ObjectHandle)CallContext.LogicalGetData("IntegrationTestBase_FileName"); var handle = (ObjectHandle)CallContext.LogicalGetData("IntegrationTestBase_FileName");
@ -123,9 +123,11 @@ namespace Microsoft.AspNetCore.Razor.Language.IntegrationTests
{ {
CallContext.LogicalSetData("IntegrationTestBase_FileName", new ObjectHandle(value)); CallContext.LogicalSetData("IntegrationTestBase_FileName", new ObjectHandle(value));
} }
#elif NETCOREAPP2_2 #elif NETCOREAPP
get { return _fileName.Value; } get { return _fileName.Value; }
set { _fileName.Value = value; } set { _fileName.Value = value; }
#else
#error Target frameworks need to be updated
#endif #endif
} }

View File

@ -57,7 +57,7 @@ namespace Microsoft.AspNetCore.Razor.Language.Legacy
// Used by the test framework to set the 'base' name for test files. // Used by the test framework to set the 'base' name for test files.
public static string FileName public static string FileName
{ {
#if NET46 #if NETFRAMEWORK
get get
{ {
var handle = (ObjectHandle)CallContext.LogicalGetData("ParserTestBase_FileName"); var handle = (ObjectHandle)CallContext.LogicalGetData("ParserTestBase_FileName");
@ -67,15 +67,17 @@ namespace Microsoft.AspNetCore.Razor.Language.Legacy
{ {
CallContext.LogicalSetData("ParserTestBase_FileName", new ObjectHandle(value)); CallContext.LogicalSetData("ParserTestBase_FileName", new ObjectHandle(value));
} }
#elif NETCOREAPP2_2 #elif NETCOREAPP
get { return _fileName.Value; } get { return _fileName.Value; }
set { _fileName.Value = value; } set { _fileName.Value = value; }
#else
#error Target frameworks need to be updated.
#endif #endif
} }
public static bool IsTheory public static bool IsTheory
{ {
#if NET46 #if NETFRAMEWORK
get get
{ {
var handle = (ObjectHandle)CallContext.LogicalGetData("ParserTestBase_IsTheory"); var handle = (ObjectHandle)CallContext.LogicalGetData("ParserTestBase_IsTheory");
@ -85,7 +87,7 @@ namespace Microsoft.AspNetCore.Razor.Language.Legacy
{ {
CallContext.LogicalSetData("ParserTestBase_IsTheory", new ObjectHandle(value)); CallContext.LogicalSetData("ParserTestBase_IsTheory", new ObjectHandle(value));
} }
#elif NETCOREAPP2_2 #elif NETCOREAPP
get { return _isTheory.Value; } get { return _isTheory.Value; }
set { _isTheory.Value = value; } set { _isTheory.Value = value; }
#endif #endif
@ -774,4 +776,4 @@ namespace Microsoft.AspNetCore.Razor.Language.Legacy
version: version); version: version);
} }
} }
} }

View File

@ -4,7 +4,7 @@
<!-- To generate baselines, run tests with /p:GenerateBaselines=true --> <!-- To generate baselines, run tests with /p:GenerateBaselines=true -->
<DefineConstants Condition="'$(GenerateBaselines)'=='true'">$(DefineConstants);GENERATE_BASELINES</DefineConstants> <DefineConstants Condition="'$(GenerateBaselines)'=='true'">$(DefineConstants);GENERATE_BASELINES</DefineConstants>
<DefineConstants>$(DefineConstants);__RemoveThisBitTo__GENERATE_BASELINES</DefineConstants> <DefineConstants>$(DefineConstants);__RemoveThisBitTo__GENERATE_BASELINES</DefineConstants>
<TargetFrameworks>netcoreapp2.2;net46</TargetFrameworks> <TargetFrameworks>netcoreapp3.0;net46</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks> <TargetFrameworks>netcoreapp3.0;net461</TargetFrameworks>
<PreserveCompilationContext>true</PreserveCompilationContext> <PreserveCompilationContext>true</PreserveCompilationContext>
</PropertyGroup> </PropertyGroup>

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks> <TargetFrameworks>netcoreapp3.0;net461</TargetFrameworks>
<PreserveCompilationContext>true</PreserveCompilationContext> <PreserveCompilationContext>true</PreserveCompilationContext>
</PropertyGroup> </PropertyGroup>

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework> <TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net46;netcoreapp2.2;$(StandardTestTfms)</TargetFrameworks> <TargetFrameworks>net46;netcoreapp3.0;$(StandardTestTfms)</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework> <TargetFramework>netcoreapp3.0</TargetFramework>
<!-- To generate baselines, run tests with /p:GenerateBaselines=true --> <!-- To generate baselines, run tests with /p:GenerateBaselines=true -->
<DefineConstants Condition="'$(GenerateBaselines)'=='true'">$(DefineConstants);GENERATE_BASELINES</DefineConstants> <DefineConstants Condition="'$(GenerateBaselines)'=='true'">$(DefineConstants);GENERATE_BASELINES</DefineConstants>
<DefineConstants>$(DefineConstants);__RemoveThisBitTo__GENERATE_BASELINES</DefineConstants> <DefineConstants>$(DefineConstants);__RemoveThisBitTo__GENERATE_BASELINES</DefineConstants>