|
1
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
2
|
|
|
3
|
<PropertyGroup> |
|
4
|
<TargetFrameworks>net6.0;net472</TargetFrameworks> |
|
5
|
</PropertyGroup> |
|
6
|
|
|
7
|
<ItemGroup> |
|
8
|
<ProjectReference Include="..\CsprojClassLibraryNetCore\CsprojClassLibraryNetCore.csproj" /> |
|
9
|
</ItemGroup> |
|
10
|
|
|
11
|
</Project> |