Microsoft.AspNetCore.Components.Web.csproj 915 B

123456789101112131415161718
  1. <!-- This file is automatically generated. -->
  2. <Project Sdk="Microsoft.NET.Sdk">
  3. <PropertyGroup>
  4. <TargetFrameworks>netstandard2.0;netcoreapp3.0</TargetFrameworks>
  5. </PropertyGroup>
  6. <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
  7. <Compile Include="Microsoft.AspNetCore.Components.Web.netstandard2.0.cs" />
  8. <Reference Include="Microsoft.AspNetCore.Components" />
  9. <Reference Include="Microsoft.AspNetCore.Components.Forms" />
  10. <Reference Include="Microsoft.Extensions.DependencyInjection" />
  11. </ItemGroup>
  12. <ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
  13. <Compile Include="Microsoft.AspNetCore.Components.Web.netcoreapp3.0.cs" />
  14. <Reference Include="Microsoft.AspNetCore.Components" />
  15. <Reference Include="Microsoft.AspNetCore.Components.Forms" />
  16. <Reference Include="Microsoft.Extensions.DependencyInjection" />
  17. </ItemGroup>
  18. </Project>