Skip to content

Commit d7351e1

Browse files
committed
Regenerate ref/ projects
- pick up the latest generation changes (unclear why Mvc.RazorPages/ref/Microsoft.AspNetCore.Mvc.RazorPages.netcoreapp3.0.cs changed but works)
1 parent 7f9ebb2 commit d7351e1

File tree

125 files changed

+606
-677
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+606
-677
lines changed

src/Antiforgery/ref/Microsoft.AspNetCore.Antiforgery.csproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
5-
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
6-
75
</PropertyGroup>
86
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
97
<Compile Include="Microsoft.AspNetCore.Antiforgery.netcoreapp3.0.cs" />
10-
<Reference Include="Microsoft.AspNetCore.DataProtection" />
11-
<Reference Include="Microsoft.AspNetCore.Http.Abstractions" />
12-
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
13-
<Reference Include="Microsoft.AspNetCore.WebUtilities" />
14-
<Reference Include="Microsoft.Extensions.ObjectPool" />
8+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
9+
<Reference Include="Microsoft.AspNetCore.DataProtection" />
10+
<Reference Include="Microsoft.AspNetCore.Http.Abstractions" />
11+
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
12+
<Reference Include="Microsoft.AspNetCore.WebUtilities" />
13+
<Reference Include="Microsoft.Extensions.ObjectPool" />
1514
</ItemGroup>
1615
</Project>

src/Azure/AzureAD/Authentication.AzureAD.UI/ref/Microsoft.AspNetCore.Authentication.AzureAD.UI.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Authentication.AzureAD.UI.netcoreapp3.0.cs" />
8-
<Reference Include="Microsoft.AspNetCore.Mvc" />
9-
<Reference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
10-
<Reference Include="Microsoft.AspNetCore.Authentication.Cookies" />
11-
<Reference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" />
8+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
9+
<Reference Include="Microsoft.AspNetCore.Mvc" />
10+
<Reference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
11+
<Reference Include="Microsoft.AspNetCore.Authentication.Cookies" />
12+
<Reference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" />
1213
</ItemGroup>
1314
</Project>

src/Azure/AzureAD/Authentication.AzureADB2C.UI/ref/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Authentication.AzureADB2C.UI.netcoreapp3.0.cs" />
8-
<Reference Include="Microsoft.AspNetCore.Mvc" />
9-
<Reference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
10-
<Reference Include="Microsoft.AspNetCore.Authentication.Cookies" />
11-
<Reference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" />
8+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
9+
<Reference Include="Microsoft.AspNetCore.Mvc" />
10+
<Reference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
11+
<Reference Include="Microsoft.AspNetCore.Authentication.Cookies" />
12+
<Reference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" />
1213
</ItemGroup>
1314
</Project>

src/Azure/AzureAppServices.HostingStartup/ref/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup.netcoreapp3.0.cs" />
8-
<Reference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" />
9-
<Reference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" />
8+
<Compile Include="../src/AssemblyInfo.cs" />
9+
<Reference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" />
10+
<Reference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" />
1011
</ItemGroup>
1112
</Project>

src/Azure/AzureAppServicesIntegration/ref/Microsoft.AspNetCore.AzureAppServicesIntegration.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.AzureAppServicesIntegration.netcoreapp3.0.cs" />
8-
<Reference Include="Microsoft.AspNetCore.Hosting" />
9-
<Reference Include="Microsoft.Extensions.Logging.AzureAppServices" />
8+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
9+
<Reference Include="Microsoft.AspNetCore.Hosting" />
10+
<Reference Include="Microsoft.Extensions.Logging.AzureAppServices" />
1011
</ItemGroup>
1112
</Project>

src/Components/Authorization/ref/Microsoft.AspNetCore.Components.Authorization.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netcoreapp3.0</TargetFrameworks>
5-
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
6-
75
</PropertyGroup>
86
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
97
<Compile Include="Microsoft.AspNetCore.Components.Authorization.netstandard2.0.cs" />
10-
<Reference Include="Microsoft.AspNetCore.Authorization" />
11-
<Reference Include="Microsoft.AspNetCore.Components" />
8+
<Reference Include="Microsoft.AspNetCore.Authorization" />
9+
<Reference Include="Microsoft.AspNetCore.Components" />
1210
</ItemGroup>
1311
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
1412
<Compile Include="Microsoft.AspNetCore.Components.Authorization.netcoreapp3.0.cs" />
15-
<Reference Include="Microsoft.AspNetCore.Authorization" />
16-
<Reference Include="Microsoft.AspNetCore.Components" />
13+
<Reference Include="Microsoft.AspNetCore.Authorization" />
14+
<Reference Include="Microsoft.AspNetCore.Components" />
1715
</ItemGroup>
1816
</Project>

src/Components/Blazor/Blazor/ref/Microsoft.AspNetCore.Blazor.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.Blazor.netstandard2.0.cs" />
8-
<Reference Include="Mono.WebAssembly.Interop" />
9-
<Reference Include="Microsoft.AspNetCore.Components.Web" />
10-
<Reference Include="Microsoft.Extensions.Options" />
8+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
9+
<Reference Include="Mono.WebAssembly.Interop" />
10+
<Reference Include="Microsoft.AspNetCore.Components.Web" />
11+
<Reference Include="Microsoft.Extensions.Options" />
1112
</ItemGroup>
1213
</Project>

src/Components/Blazor/Http/ref/Microsoft.AspNetCore.Blazor.HttpClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.Blazor.HttpClient.netstandard2.0.cs" />
8-
<Reference Include="System.Text.Json" />
8+
<Reference Include="System.Text.Json" />
99
</ItemGroup>
1010
</Project>

src/Components/Blazor/Server/ref/Microsoft.AspNetCore.Blazor.Server.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
77
<Compile Include="Microsoft.AspNetCore.Blazor.Server.netcoreapp3.0.cs" />
8-
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
9-
<Reference Include="Microsoft.AspNetCore.SpaServices.Extensions" />
10-
<Reference Include="Microsoft.AspNetCore.StaticFiles" />
11-
<Reference Include="Microsoft.AspNetCore.WebSockets" />
12-
<Reference Include="Microsoft.Extensions.FileProviders.Embedded" />
13-
<Reference Include="Newtonsoft.Json" />
14-
<Reference Include="Mono.Cecil" />
8+
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
9+
<Reference Include="Microsoft.AspNetCore.SpaServices.Extensions" />
10+
<Reference Include="Microsoft.AspNetCore.StaticFiles" />
11+
<Reference Include="Microsoft.AspNetCore.WebSockets" />
12+
<Reference Include="Microsoft.Extensions.FileProviders.Embedded" />
13+
<Reference Include="Newtonsoft.Json" />
14+
<Reference Include="Mono.Cecil" />
1515
</ItemGroup>
1616
</Project>

src/Components/Components/ref/Microsoft.AspNetCore.Components.csproj

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netcoreapp3.0</TargetFrameworks>
5-
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
6-
75
</PropertyGroup>
86
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
97
<Compile Include="Microsoft.AspNetCore.Components.netstandard2.0.cs" />
10-
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
11-
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
12-
<Reference Include="Microsoft.Extensions.HashCodeCombiner.Sources" />
13-
<Reference Include="System.Buffers" />
8+
<Compile Include="Microsoft.AspNetCore.Components.netstandard2.0.Manual.cs" />
9+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
10+
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
11+
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
12+
<Reference Include="Microsoft.Extensions.HashCodeCombiner.Sources" />
13+
<Reference Include="System.Buffers" />
1414
</ItemGroup>
1515
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
1616
<Compile Include="Microsoft.AspNetCore.Components.netcoreapp3.0.cs" />
17-
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
18-
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
19-
<Reference Include="Microsoft.Extensions.HashCodeCombiner.Sources" />
17+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
18+
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
19+
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
20+
<Reference Include="Microsoft.Extensions.HashCodeCombiner.Sources" />
2021
</ItemGroup>
2122
</Project>

src/Components/Forms/ref/Microsoft.AspNetCore.Components.Forms.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netcoreapp3.0</TargetFrameworks>
5-
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
6-
75
</PropertyGroup>
86
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
97
<Compile Include="Microsoft.AspNetCore.Components.Forms.netstandard2.0.cs" />
10-
<Reference Include="Microsoft.AspNetCore.Components" />
11-
<Reference Include="System.ComponentModel.Annotations" />
8+
<Reference Include="Microsoft.AspNetCore.Components" />
9+
<Reference Include="System.ComponentModel.Annotations" />
1210
</ItemGroup>
1311
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
1412
<Compile Include="Microsoft.AspNetCore.Components.Forms.netcoreapp3.0.cs" />
15-
<Reference Include="Microsoft.AspNetCore.Components" />
13+
<Reference Include="Microsoft.AspNetCore.Components" />
1614
</ItemGroup>
1715
</Project>

src/Components/Server/ref/Microsoft.AspNetCore.Components.Server.csproj

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
5-
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
6-
75
</PropertyGroup>
86
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
97
<Compile Include="Microsoft.AspNetCore.Components.Server.netcoreapp3.0.cs" />
10-
<Reference Include="Microsoft.AspNetCore.Components.Authorization" />
11-
<Reference Include="Microsoft.AspNetCore.Components.Web" />
12-
<Reference Include="Microsoft.AspNetCore.DataProtection.Extensions" />
13-
<Reference Include="Microsoft.AspNetCore.SignalR" />
14-
<Reference Include="Microsoft.AspNetCore.StaticFiles" />
15-
<Reference Include="Microsoft.Extensions.Caching.Memory" />
16-
<Reference Include="Microsoft.Extensions.FileProviders.Composite" />
17-
<Reference Include="Microsoft.Extensions.FileProviders.Embedded" />
18-
<Reference Include="Microsoft.Extensions.Logging" />
8+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
9+
<Reference Include="Microsoft.AspNetCore.Components.Authorization" />
10+
<Reference Include="Microsoft.AspNetCore.Components.Web" />
11+
<Reference Include="Microsoft.AspNetCore.DataProtection.Extensions" />
12+
<Reference Include="Microsoft.AspNetCore.SignalR" />
13+
<Reference Include="Microsoft.AspNetCore.StaticFiles" />
14+
<Reference Include="Microsoft.Extensions.Caching.Memory" />
15+
<Reference Include="Microsoft.Extensions.FileProviders.Composite" />
16+
<Reference Include="Microsoft.Extensions.FileProviders.Embedded" />
17+
<Reference Include="Microsoft.Extensions.Logging" />
1918
</ItemGroup>
2019
</Project>

src/Components/Web/ref/Microsoft.AspNetCore.Components.Web.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netcoreapp3.0</TargetFrameworks>
5-
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
6-
75
</PropertyGroup>
86
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
97
<Compile Include="Microsoft.AspNetCore.Components.Web.netstandard2.0.cs" />
10-
<Reference Include="Microsoft.AspNetCore.Components" />
11-
<Reference Include="Microsoft.AspNetCore.Components.Forms" />
12-
<Reference Include="Microsoft.Extensions.DependencyInjection" />
13-
<Reference Include="Microsoft.JSInterop" />
8+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
9+
<Reference Include="Microsoft.AspNetCore.Components" />
10+
<Reference Include="Microsoft.AspNetCore.Components.Forms" />
11+
<Reference Include="Microsoft.Extensions.DependencyInjection" />
12+
<Reference Include="Microsoft.JSInterop" />
1413
</ItemGroup>
1514
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
1615
<Compile Include="Microsoft.AspNetCore.Components.Web.netcoreapp3.0.cs" />
17-
<Reference Include="Microsoft.AspNetCore.Components" />
18-
<Reference Include="Microsoft.AspNetCore.Components.Forms" />
19-
<Reference Include="Microsoft.Extensions.DependencyInjection" />
20-
<Reference Include="Microsoft.JSInterop" />
16+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
17+
<Reference Include="Microsoft.AspNetCore.Components" />
18+
<Reference Include="Microsoft.AspNetCore.Components.Forms" />
19+
<Reference Include="Microsoft.Extensions.DependencyInjection" />
20+
<Reference Include="Microsoft.JSInterop" />
2121
</ItemGroup>
2222
</Project>

src/DataProtection/Abstractions/ref/Microsoft.AspNetCore.DataProtection.Abstractions.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
5-
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
6-
75
</PropertyGroup>
86
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
97
<Compile Include="Microsoft.AspNetCore.DataProtection.Abstractions.netstandard2.0.cs" />
10-
8+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
119
</ItemGroup>
1210
</Project>

src/DataProtection/AzureKeyVault/ref/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.DataProtection.AzureKeyVault.netstandard2.0.cs" />
8-
<Reference Include="Microsoft.AspNetCore.DataProtection" />
9-
<Reference Include="Microsoft.Azure.KeyVault" />
10-
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" />
8+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
9+
<Reference Include="Microsoft.AspNetCore.DataProtection" />
10+
<Reference Include="Microsoft.Azure.KeyVault" />
11+
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" />
1112
</ItemGroup>
1213
</Project>

src/DataProtection/AzureStorage/ref/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.DataProtection.AzureStorage.netstandard2.0.cs" />
8-
<Reference Include="Microsoft.AspNetCore.DataProtection" />
9-
<Reference Include="Microsoft.Azure.Storage.Blob" />
10-
<Reference Include="Microsoft.Data.OData" />
8+
<Reference Include="Microsoft.AspNetCore.DataProtection" />
9+
<Reference Include="Microsoft.Azure.Storage.Blob" />
10+
<Reference Include="Microsoft.Data.OData" />
1111
</ItemGroup>
1212
</Project>

src/DataProtection/Cryptography.Internal/ref/Microsoft.AspNetCore.Cryptography.Internal.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
5-
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
6-
75
</PropertyGroup>
86
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
97
<Compile Include="Microsoft.AspNetCore.Cryptography.Internal.netstandard2.0.cs" />
108
<Compile Include="Microsoft.AspNetCore.Cryptography.Internal.Manual.cs" />
11-
9+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
1210
</ItemGroup>
1311
</Project>

src/DataProtection/Cryptography.KeyDerivation/ref/Microsoft.AspNetCore.Cryptography.KeyDerivation.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netcoreapp2.0</TargetFrameworks>
5-
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
6-
75
</PropertyGroup>
86
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
97
<Compile Include="Microsoft.AspNetCore.Cryptography.KeyDerivation.netstandard2.0.cs" />
10-
<Reference Include="Microsoft.AspNetCore.Cryptography.Internal" />
8+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
9+
<Reference Include="Microsoft.AspNetCore.Cryptography.Internal" />
1110
</ItemGroup>
1211
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'">
1312
<Compile Include="Microsoft.AspNetCore.Cryptography.KeyDerivation.netcoreapp2.0.cs" />
14-
<Reference Include="Microsoft.AspNetCore.Cryptography.Internal" />
13+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
14+
<Reference Include="Microsoft.AspNetCore.Cryptography.Internal" />
1515
</ItemGroup>
1616
</Project>

src/DataProtection/DataProtection/ref/Microsoft.AspNetCore.DataProtection.csproj

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netcoreapp3.0</TargetFrameworks>
5-
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
6-
75
</PropertyGroup>
86
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
97
<Compile Include="Microsoft.AspNetCore.DataProtection.netstandard2.0.cs" />
10-
<Reference Include="Microsoft.AspNetCore.Cryptography.Internal" />
11-
<Reference Include="Microsoft.AspNetCore.DataProtection.Abstractions" />
12-
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
13-
<Reference Include="Microsoft.Extensions.Hosting.Abstractions" />
14-
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
15-
<Reference Include="Microsoft.Extensions.Options" />
16-
<Reference Include="Microsoft.Win32.Registry" />
17-
<Reference Include="System.Security.Cryptography.Xml" />
18-
<Reference Include="System.Security.Principal.Windows" />
8+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
9+
<Reference Include="Microsoft.AspNetCore.Cryptography.Internal" />
10+
<Reference Include="Microsoft.AspNetCore.DataProtection.Abstractions" />
11+
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
12+
<Reference Include="Microsoft.Extensions.Hosting.Abstractions" />
13+
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
14+
<Reference Include="Microsoft.Extensions.Options" />
15+
<Reference Include="Microsoft.Win32.Registry" />
16+
<Reference Include="System.Security.Cryptography.Xml" />
17+
<Reference Include="System.Security.Principal.Windows" />
1918
</ItemGroup>
2019
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
2120
<Compile Include="Microsoft.AspNetCore.DataProtection.netcoreapp3.0.cs" />
22-
<Reference Include="Microsoft.AspNetCore.Cryptography.Internal" />
23-
<Reference Include="Microsoft.AspNetCore.DataProtection.Abstractions" />
24-
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
25-
<Reference Include="Microsoft.Extensions.Hosting.Abstractions" />
26-
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
27-
<Reference Include="Microsoft.Extensions.Options" />
28-
<Reference Include="Microsoft.Win32.Registry" />
29-
<Reference Include="System.Security.Cryptography.Xml" />
21+
<Compile Include="../src/Properties/AssemblyInfo.cs" />
22+
<Reference Include="Microsoft.AspNetCore.Cryptography.Internal" />
23+
<Reference Include="Microsoft.AspNetCore.DataProtection.Abstractions" />
24+
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
25+
<Reference Include="Microsoft.Extensions.Hosting.Abstractions" />
26+
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
27+
<Reference Include="Microsoft.Extensions.Options" />
28+
<Reference Include="Microsoft.Win32.Registry" />
29+
<Reference Include="System.Security.Cryptography.Xml" />
3030
</ItemGroup>
3131
</Project>

src/DataProtection/EntityFrameworkCore/ref/Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
77
<Compile Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.netstandard2.1.cs" />
8-
<Reference Include="Microsoft.AspNetCore.DataProtection" />
9-
<Reference Include="Microsoft.EntityFrameworkCore" />
8+
<Reference Include="Microsoft.AspNetCore.DataProtection" />
9+
<Reference Include="Microsoft.EntityFrameworkCore" />
1010
</ItemGroup>
1111
</Project>

0 commit comments

Comments
 (0)