- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard1.1</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\RubySharp.Compile\RubySharp.Compile.csproj" />
- <ProjectReference Include="..\RubySharp.Runtime\RubySharp.Runtime.csproj" />
- </ItemGroup>
- </Project>
|