| 123456789101112131415161718 |
- <!-- This file is automatically generated. -->
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFrameworks>netstandard2.0;netcoreapp3.0</TargetFrameworks>
- </PropertyGroup>
- <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
- <Compile Include="Microsoft.AspNetCore.Components.Web.netstandard2.0.cs" />
- <Reference Include="Microsoft.AspNetCore.Components" />
- <Reference Include="Microsoft.AspNetCore.Components.Forms" />
- <Reference Include="Microsoft.Extensions.DependencyInjection" />
- </ItemGroup>
- <ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
- <Compile Include="Microsoft.AspNetCore.Components.Web.netcoreapp3.0.cs" />
- <Reference Include="Microsoft.AspNetCore.Components" />
- <Reference Include="Microsoft.AspNetCore.Components.Forms" />
- <Reference Include="Microsoft.Extensions.DependencyInjection" />
- </ItemGroup>
- </Project>
|