Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.Reflection.Metadata.ApplyUpdate.Test.StaticLambdaRegression.csproj « System.Reflection.Metadata.ApplyUpdate.Test.StaticLambdaRegression « ApplyUpdate « tests « System.Runtime.Loader « libraries « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 015a252a700f82b1229526a75a5561627576f22b (plain)
1
2
3
4
5
6
7
8
9
10
11
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <RootNamespace>System.Runtime.Loader.Tests</RootNamespace>
    <TargetFrameworks>$(NetCoreAppCurrent)</TargetFrameworks>
    <TestRuntime>true</TestRuntime>
    <DeltaScript>deltascript.json</DeltaScript>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="StaticLambdaRegression.cs" />
  </ItemGroup>
</Project>