Skip to content

Commit 42ac4d6

Browse files
authored
Update to July 5.0.205 release. (#2329)
1 parent cb88284 commit 42ac4d6

17 files changed

+401
-84
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ if [ "${internalPackageFeedPat:-}" ]; then
116116
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-67acc3d3/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
117117
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-67acc3d3-1/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
118118
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-67acc3d3-2/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
119+
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-ae2eabad/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
119120
{"endpoint":"https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet5-internal-transport/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
120-
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/5.0.204-servicing.21263.62-shipping/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"}
121+
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/5.0.205-servicing.21315.22-shipping/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"}
121122
]}'
122123
fi
123124

eng/Version.Details.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@
2222
<Sha>c01a538851a8ab1a1fbeb2e6243f391fff7587b4</Sha>
2323
<RepoName>aspnet-xdt</RepoName>
2424
</Dependency>
25-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="5.0.0-rtm.21221.2" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
25+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="5.0.0-rtm.21310.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
2626
<Uri>https://github.com/mono/linker</Uri>
27-
<Sha>6a15056a9d71169bf04d007301edfd558afcfa6a</Sha>
27+
<Sha>e6a47c70b7878b346ff0858085eb8a6379f6f0bb</Sha>
2828
<RepoName>linker</RepoName>
2929
</Dependency>
30-
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.7" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
30+
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.8" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
3131
<Uri>https://github.com/dotnet/runtime</Uri>
32-
<Sha>556582d964cc21b82a88d7154e915076f6f9008e</Sha>
32+
<Sha>35964c9215613d66a687ebcb2d7fcd9496390ee7</Sha>
3333
<RepoName>runtime</RepoName>
3434
<RepoName>runtime-portable</RepoName>
3535
</Dependency>
36-
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.204" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
36+
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.205" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
3737
<Uri>https://github.com/dotnet/templating</Uri>
38-
<Sha>3cdb1866b853838a7881187b994836b98d240d0a</Sha>
38+
<Sha>0b9d7e76776557d0ea6e425ddc6deafb021118e8</Sha>
3939
</Dependency>
4040
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.5.0" Version="1.0.2-beta4.20420.1">
4141
<Uri>https://github.com/dotnet/test-templates</Uri>
@@ -46,9 +46,9 @@
4646
<Uri>https://github.com/dotnet/command-line-api</Uri>
4747
<Sha>6ddde11ed45e3f4b9d80c97670f347dbfda15c3f</Sha>
4848
</Dependency>
49-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-6.21160.10" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
49+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-6.21273.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
5050
<Uri>https://github.com/dotnet/roslyn</Uri>
51-
<Sha>59eedc33d35754759994155ea2f4e1012a9951e3</Sha>
51+
<Sha>f8111b17631aa5e2703dc11acd671c6ea22c3af1</Sha>
5252
</Dependency>
5353
<Dependency Name="Microsoft.Build" Version="16.9.0" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
5454
<Uri>https://github.com/dotnet/msbuild</Uri>
@@ -63,9 +63,9 @@
6363
<Sha>d525b0e670f3b6cbd5c73a35f04730a9f658c852</Sha>
6464
<RepoName>nuget-client</RepoName>
6565
</Dependency>
66-
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.204-servicing.21263.30" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
66+
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.205-servicing.21318.16" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
6767
<Uri>https://github.com/dotnet/sdk</Uri>
68-
<Sha>b4ddf0facd49caab999e4accd6cb82d5e599bf5e</Sha>
68+
<Sha>845a58cbb84d076bdcc3ea9ae1aff1de873391f1</Sha>
6969
<RepoName>sdk</RepoName>
7070
</Dependency>
7171
<Dependency Name="Microsoft.DotNet.Cli.CommandLine" Version="1.0.0-preview.19208.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
@@ -83,9 +83,9 @@
8383
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
8484
<Sha>d2bec3a64076f8463de4756913712badfce0a01d</Sha>
8585
</Dependency>
86-
<Dependency Name="dotnet-dev-certs" Version="5.0.7-servicing.21263.9" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
86+
<Dependency Name="dotnet-dev-certs" Version="5.0.8-servicing.21318.5" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
8787
<Uri>https://github.com/dotnet/aspnetcore</Uri>
88-
<Sha>67acc3d331454956fc06d6de2218a625e3e596f8</Sha>
88+
<Sha>ae2eabad0e49302d0632a7dde917fdc68d960dc4</Sha>
8989
<RepoName>aspnetcore</RepoName>
9090
</Dependency>
9191
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.3.2-beta.21102.9" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
@@ -96,9 +96,9 @@
9696
<Uri>https://github.com/microsoft/vstest</Uri>
9797
<Sha>99b911a57a02fc5d2eeef23e9ab8cbea4505678b</Sha>
9898
</Dependency>
99-
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="5.0.204-servicing.21263.62">
99+
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="5.0.205-servicing.21320.5">
100100
<Uri>https://github.com/dotnet/installer</Uri>
101-
<Sha>84d1fe1bb7a65f28ca55d2f85b3b024ff3ddaa9e</Sha>
101+
<Sha>64a0cf25eb840995b3a0bf7491e214581edaa77c</Sha>
102102
<RepoName>installer</RepoName>
103103
</Dependency>
104104
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.0-preview.20419.2">
@@ -123,9 +123,9 @@
123123
<RepoName>newtonsoft-json901</RepoName>
124124
</Dependency>
125125
<!-- dependencies that will go away soon -->
126-
<Dependency Name="Microsoft.Extensions.CommandLineUtils" Version="3.0.0-preview5.19227.9">
127-
<Uri>https://github.com/aspnet/common</Uri>
128-
<Sha>6e37cdfe96ac8b06a923242120169fafacd720e6</Sha>
126+
<Dependency Name="Microsoft.Extensions.CommandLineUtils" Version="5.0.0-rtm.1.20430.3">
127+
<Uri>https://github.com/dotnet/extensions</Uri>
128+
<Sha>a0631e6115806353c03406b4fb1e0fb66b145d58</Sha>
129129
</Dependency>
130130
<Dependency Name="Microsoft.Css.Parser" Version="1.0.0-20200708.1">
131131
<Uri>https://github.com/dotnet/cssparser</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<PropertyGroup>
55
<MajorVersion>5</MajorVersion>
66
<MinorVersion>0</MinorVersion>
7-
<RuntimePatchVersion>5</RuntimePatchVersion>
8-
<SdkPatchVersion>202</SdkPatchVersion>
7+
<RuntimePatchVersion>8</RuntimePatchVersion>
8+
<SdkPatchVersion>205</SdkPatchVersion>
99
<RuntimeProductVersion>$(MajorVersion).$(MinorVersion).$(RuntimePatchVersion)</RuntimeProductVersion>
1010
<AspNetCoreProductVersion>$(MajorVersion).$(MinorVersion).$(RuntimePatchVersion)</AspNetCoreProductVersion>
1111
<SdkProductVersion>$(MajorVersion).$(MinorVersion).$(SdkPatchVersion)</SdkProductVersion>
@@ -24,6 +24,6 @@
2424
<PrivateSourceBuildReferencePackagesPackageVersion>1.0.0-beta.21307.1</PrivateSourceBuildReferencePackagesPackageVersion>
2525
</PropertyGroup>
2626
<PropertyGroup>
27-
<PrivateSourceBuiltArtifactsPackageVersion>0.1.0-5.0.203-1135543-20210512.3</PrivateSourceBuiltArtifactsPackageVersion>
27+
<PrivateSourceBuiltArtifactsPackageVersion>0.1.0-5.0.204-1185950-20210613.1</PrivateSourceBuiltArtifactsPackageVersion>
2828
</PropertyGroup>
2929
</Project>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "5.0.203"
3+
"dotnet": "5.0.204"
44
},
55
"msbuild-sdks": {
66
"Microsoft.Build.CentralPackageVersions": "2.0.1",

patches/aspnetcore/0004-Remove-Yarn-dependency-not-used-in-source-build.patch

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
From 5bd0887d0709aac4a8ddf31271c29a522fdb8df4 Mon Sep 17 00:00:00 2001
1+
From c4c09e4e4566a35b418dd37ddbe8c90e2cf9e131 Mon Sep 17 00:00:00 2001
22
From: dseefeld <dseefeld@microsoft.com>
33
Date: Thu, 14 May 2020 16:29:28 +0000
4-
Subject: [PATCH 04/20] Remove Yarn dependency - not used in source-build
4+
Subject: [PATCH 04/19] Remove Yarn dependency - not used in source-build
55

66
---
77
eng/targets/Npm.Common.targets | 3 ---
8-
global.json | 1 -
98
.../src/Microsoft.Authentication.WebAssembly.Msal.csproj | 2 --
109
...oft.AspNetCore.Components.WebAssembly.Authentication.csproj | 2 --
1110
src/Shared/E2ETesting/E2ETesting.targets | 3 ---
12-
5 files changed, 11 deletions(-)
11+
4 files changed, 10 deletions(-)
1312

1413
diff --git a/eng/targets/Npm.Common.targets b/eng/targets/Npm.Common.targets
1514
index 696d23402b..6086dd0843 100644
@@ -24,18 +23,6 @@ index 696d23402b..6086dd0843 100644
2423
<PropertyGroup>
2524
<NormalizedPackageId>$(PackageId.Replace('@','').Replace('/','-'))</NormalizedPackageId>
2625
<PackageFileName>$(NormalizedPackageId)-$(PackageVersion).tgz</PackageFileName>
27-
diff --git a/global.json b/global.json
28-
index fcfeb734fd..2ad8434449 100644
29-
--- a/global.json
30-
+++ b/global.json
31-
@@ -29,7 +29,6 @@
32-
"xcopy-msbuild": "16.5.0-alpha"
33-
},
34-
"msbuild-sdks": {
35-
- "Yarn.MSBuild": "1.15.2",
36-
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21160.3",
37-
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.21160.3"
38-
}
3926
diff --git a/src/Components/WebAssembly/Authentication.Msal/src/Microsoft.Authentication.WebAssembly.Msal.csproj b/src/Components/WebAssembly/Authentication.Msal/src/Microsoft.Authentication.WebAssembly.Msal.csproj
4027
index 939ba16f88..ea2c849ea3 100644
4128
--- a/src/Components/WebAssembly/Authentication.Msal/src/Microsoft.Authentication.WebAssembly.Msal.csproj

patches/aspnetcore/0007-Support-global.json-on-arm64-as-well.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From e790b0e0c73ceae80070d6c5acd542d1b695abc9 Mon Sep 17 00:00:00 2001
1+
From 8179783f0b2e78658257660b4bd7db47668469dc Mon Sep 17 00:00:00 2001
22
From: Omair Majid <omajid@redhat.com>
33
Date: Wed, 23 Oct 2019 15:43:57 -0400
4-
Subject: [PATCH 07/20] Support global.json on arm64 as well
4+
Subject: [PATCH 07/19] Support global.json on arm64 as well
55

66
arcade uses the runtime section of global.json to decide which
77
architecture + runtime combination needs to be installed.
@@ -19,12 +19,12 @@ This gets us a working SDK/Runtime combo on arm64.
1919
1 file changed, 1 insertion(+), 4 deletions(-)
2020

2121
diff --git a/global.json b/global.json
22-
index 2ad8434449..4a0820d7fd 100644
22+
index 25bf32016b..8127174d10 100644
2323
--- a/global.json
2424
+++ b/global.json
2525
@@ -5,13 +5,10 @@
2626
"tools": {
27-
"dotnet": "5.0.203",
27+
"dotnet": "5.0.204",
2828
"runtimes": {
2929
- "dotnet/x64": [
3030
+ "dotnet": [
@@ -35,7 +35,7 @@ index 2ad8434449..4a0820d7fd 100644
3535
- "$(MicrosoftNETCoreAppInternalPackageVersion)"
3636
- ],
3737
"aspnetcore/x64": [
38-
"3.1.15"
38+
"3.1.16"
3939
]
4040
--
4141
2.18.0
Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
From 6ca01f39f5d161ba567b07391ae74c62cc9ae67b Mon Sep 17 00:00:00 2001
2+
From: Chris Rummel <crummel@microsoft.com>
3+
Date: Wed, 14 Jul 2021 22:55:49 -0500
4+
Subject: [PATCH] Re-enable packaging.
5+
6+
---
7+
src/Analyzers/Async/src/Microsoft.DotNet.Analyzers.Async.csproj | 2 +-
8+
.../SqlServer/src/Microsoft.Extensions.Caching.SqlServer.csproj | 2 +-
9+
.../src/Microsoft.Extensions.Caching.StackExchangeRedis.csproj | 2 +-
10+
.../Microsoft.Extensions.Configuration.NewtonsoftJson.csproj | 2 +-
11+
.../Systemd/src/Microsoft.Extensions.Hosting.Systemd.csproj | 2 +-
12+
.../src/Microsoft.Extensions.Hosting.WindowsServices.csproj | 2 +-
13+
.../Polly/src/Microsoft.Extensions.Http.Polly.csproj | 2 +-
14+
.../src/Microsoft.Extensions.Logging.Analyzers.csproj | 2 +-
15+
src/Shared/src/Directory.Build.props | 2 +-
16+
9 files changed, 9 insertions(+), 9 deletions(-)
17+
18+
diff --git a/src/Analyzers/Async/src/Microsoft.DotNet.Analyzers.Async.csproj b/src/Analyzers/Async/src/Microsoft.DotNet.Analyzers.Async.csproj
19+
index 534fcb1ce..21c43cf36 100644
20+
--- a/src/Analyzers/Async/src/Microsoft.DotNet.Analyzers.Async.csproj
21+
+++ b/src/Analyzers/Async/src/Microsoft.DotNet.Analyzers.Async.csproj
22+
@@ -15,7 +15,7 @@
23+
<UseLatestPackageReferences>true</UseLatestPackageReferences>
24+
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
25+
<PackageTags>analyzers;async</PackageTags>
26+
- <IsPackable>false</IsPackable>
27+
+ <IsPackable>true</IsPackable>
28+
<IsShipping>false</IsShipping>
29+
<!-- This project is not included in the shared framework -->
30+
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
31+
diff --git a/src/Caching/SqlServer/src/Microsoft.Extensions.Caching.SqlServer.csproj b/src/Caching/SqlServer/src/Microsoft.Extensions.Caching.SqlServer.csproj
32+
index 4c1215c9a..816585010 100644
33+
--- a/src/Caching/SqlServer/src/Microsoft.Extensions.Caching.SqlServer.csproj
34+
+++ b/src/Caching/SqlServer/src/Microsoft.Extensions.Caching.SqlServer.csproj
35+
@@ -6,7 +6,7 @@
36+
<NoWarn>$(NoWarn);CS1591</NoWarn>
37+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
38+
<PackageTags>cache;distributedcache;sqlserver</PackageTags>
39+
- <IsPackable>false</IsPackable>
40+
+ <IsPackable>true</IsPackable>
41+
<IsShipping>true</IsShipping>
42+
</PropertyGroup>
43+
44+
diff --git a/src/Caching/StackExchangeRedis/src/Microsoft.Extensions.Caching.StackExchangeRedis.csproj b/src/Caching/StackExchangeRedis/src/Microsoft.Extensions.Caching.StackExchangeRedis.csproj
45+
index ebaa097f1..8d90a4b9e 100644
46+
--- a/src/Caching/StackExchangeRedis/src/Microsoft.Extensions.Caching.StackExchangeRedis.csproj
47+
+++ b/src/Caching/StackExchangeRedis/src/Microsoft.Extensions.Caching.StackExchangeRedis.csproj
48+
@@ -6,7 +6,7 @@
49+
<NoWarn>$(NoWarn);CS1591</NoWarn>
50+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
51+
<PackageTags>cache;distributedcache;redis</PackageTags>
52+
- <IsPackable>false</IsPackable>
53+
+ <IsPackable>true</IsPackable>
54+
<IsShipping>true</IsShipping>
55+
</PropertyGroup>
56+
57+
diff --git a/src/Configuration/Config.NewtonsoftJson/src/Microsoft.Extensions.Configuration.NewtonsoftJson.csproj b/src/Configuration/Config.NewtonsoftJson/src/Microsoft.Extensions.Configuration.NewtonsoftJson.csproj
58+
index 34d6a1f42..2d453a13a 100644
59+
--- a/src/Configuration/Config.NewtonsoftJson/src/Microsoft.Extensions.Configuration.NewtonsoftJson.csproj
60+
+++ b/src/Configuration/Config.NewtonsoftJson/src/Microsoft.Extensions.Configuration.NewtonsoftJson.csproj
61+
@@ -4,7 +4,7 @@
62+
<Description>Newtonsoft JSON configuration provider implementation for Microsoft.Extensions.Configuration.</Description>
63+
<TargetFramework>netstandard2.0</TargetFramework>
64+
<PackageTags>$(PackageTags);json</PackageTags>
65+
- <IsPackable>false</IsPackable>
66+
+ <IsPackable>true</IsPackable>
67+
<IsShipping>true</IsShipping>
68+
</PropertyGroup>
69+
70+
diff --git a/src/Hosting/Systemd/src/Microsoft.Extensions.Hosting.Systemd.csproj b/src/Hosting/Systemd/src/Microsoft.Extensions.Hosting.Systemd.csproj
71+
index 3459baaea..605cd4c6e 100644
72+
--- a/src/Hosting/Systemd/src/Microsoft.Extensions.Hosting.Systemd.csproj
73+
+++ b/src/Hosting/Systemd/src/Microsoft.Extensions.Hosting.Systemd.csproj
74+
@@ -5,7 +5,7 @@
75+
<TargetFramework>netstandard2.1</TargetFramework>
76+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77+
<PackageTags>hosting</PackageTags>
78+
- <IsPackable>false</IsPackable>
79+
+ <IsPackable>true</IsPackable>
80+
<IsShipping>true</IsShipping>
81+
<!-- This project is not included in the shared framework -->
82+
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
83+
diff --git a/src/Hosting/WindowsServices/src/Microsoft.Extensions.Hosting.WindowsServices.csproj b/src/Hosting/WindowsServices/src/Microsoft.Extensions.Hosting.WindowsServices.csproj
84+
index e529e8c8a..9f8d1df17 100644
85+
--- a/src/Hosting/WindowsServices/src/Microsoft.Extensions.Hosting.WindowsServices.csproj
86+
+++ b/src/Hosting/WindowsServices/src/Microsoft.Extensions.Hosting.WindowsServices.csproj
87+
@@ -5,7 +5,7 @@
88+
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
89+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
90+
<PackageTags>hosting</PackageTags>
91+
- <IsPackable>false</IsPackable>
92+
+ <IsPackable>true</IsPackable>
93+
<IsShipping>true</IsShipping>
94+
</PropertyGroup>
95+
96+
diff --git a/src/HttpClientFactory/Polly/src/Microsoft.Extensions.Http.Polly.csproj b/src/HttpClientFactory/Polly/src/Microsoft.Extensions.Http.Polly.csproj
97+
index 59302f0e3..682df832e 100644
98+
--- a/src/HttpClientFactory/Polly/src/Microsoft.Extensions.Http.Polly.csproj
99+
+++ b/src/HttpClientFactory/Polly/src/Microsoft.Extensions.Http.Polly.csproj
100+
@@ -11,7 +11,7 @@
101+
102+
<!-- Don't use Microsoft.Extensions.Http.Polly as a namespace, that introduces ambiguities with 'Polly' -->
103+
<RootNamespace>Microsoft.Extensions.Http</RootNamespace>
104+
- <IsPackable>false</IsPackable>
105+
+ <IsPackable>true</IsPackable>
106+
<IsShipping>true</IsShipping>
107+
</PropertyGroup>
108+
109+
diff --git a/src/Logging/Logging.Analyzers/src/Microsoft.Extensions.Logging.Analyzers.csproj b/src/Logging/Logging.Analyzers/src/Microsoft.Extensions.Logging.Analyzers.csproj
110+
index 4704696eb..07ea30160 100644
111+
--- a/src/Logging/Logging.Analyzers/src/Microsoft.Extensions.Logging.Analyzers.csproj
112+
+++ b/src/Logging/Logging.Analyzers/src/Microsoft.Extensions.Logging.Analyzers.csproj
113+
@@ -7,7 +7,7 @@
114+
<NoWarn>$(NoWarn);CS1591</NoWarn>
115+
<BuildOutputTargetFolder>analyzers/dotnet/cs/</BuildOutputTargetFolder>
116+
<UseLatestPackageReferences>true</UseLatestPackageReferences>
117+
- <IsPackable>false</IsPackable>
118+
+ <IsPackable>true</IsPackable>
119+
<!-- This is currently an experimental, internal-only analyzer. -->
120+
<IsShipping>false</IsShipping>
121+
<!-- This project is not included in the shared framework -->
122+
diff --git a/src/Shared/src/Directory.Build.props b/src/Shared/src/Directory.Build.props
123+
index f0af10269..840562701 100644
124+
--- a/src/Shared/src/Directory.Build.props
125+
+++ b/src/Shared/src/Directory.Build.props
126+
@@ -4,7 +4,7 @@
127+
<PropertyGroup>
128+
<!-- This does not represent the TFM for the code. It's only here because /t:Pack requires it. -->
129+
<TargetFramework>netstandard1.0</TargetFramework>
130+
- <IsPackable>false</IsPackable>
131+
+ <IsPackable>true</IsPackable>
132+
<IsSourcePackage>true</IsSourcePackage>
133+
<IsShipping>false</IsShipping>
134+
<NoBuild>true</NoBuild>
135+
--
136+
2.18.0
137+

0 commit comments

Comments
 (0)