Skip to content

Commit a51c223

Browse files
author
John Luo
committed
Missed ref assembly updates
1 parent 26f262e commit a51c223

File tree

4 files changed

+470
-2
lines changed

4 files changed

+470
-2
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- This file is automatically generated. -->
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;netcoreapp3.0</TargetFrameworks>
55
</PropertyGroup>
66
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<Compile Include="Microsoft.AspNetCore.DataProtection.netstandard2.0.cs" />
@@ -15,4 +15,15 @@
1515
<Reference Include="System.Security.Cryptography.Xml" />
1616
<Reference Include="System.Security.Principal.Windows" />
1717
</ItemGroup>
18+
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
19+
<Compile Include="Microsoft.AspNetCore.DataProtection.netcoreapp3.0.cs" />
20+
<Reference Include="Microsoft.AspNetCore.Cryptography.Internal" />
21+
<Reference Include="Microsoft.AspNetCore.DataProtection.Abstractions" />
22+
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
23+
<Reference Include="Microsoft.Extensions.Hosting.Abstractions" />
24+
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
25+
<Reference Include="Microsoft.Extensions.Options" />
26+
<Reference Include="Microsoft.Win32.Registry" />
27+
<Reference Include="System.Security.Cryptography.Xml" />
28+
</ItemGroup>
1829
</Project>

0 commit comments

Comments
 (0)