зеркало из https://github.com/dotnet/orleans.git
19 строки
782 B
XML
19 строки
782 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OrleansBuildTimeCodeGen>true</OrleansBuildTimeCodeGen>
|
|
<TargetFrameworks>$(TestTargetFrameworks)</TargetFrameworks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="NodaTime" />
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="$(SourceRoot)src\Orleans.Serialization\Orleans.Serialization.csproj" />
|
|
<ProjectReference Include="$(SourceRoot)src\Orleans.Serialization.FSharp\Orleans.Serialization.FSharp.csproj" />
|
|
<ProjectReference Include="$(SourceRoot)test\Tester\Tester.csproj" />
|
|
<ProjectReference Include="$(SourceRoot)test\Misc\TestInternalDtosRefOrleans\TestInternalDtosRefOrleans.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|