-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSharp7.csproj
More file actions
19 lines (16 loc) · 758 Bytes
/
Sharp7.csproj
File metadata and controls
19 lines (16 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Runtime">
<HintPath>C:\Users\churst\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.3\System.Runtime.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Extensions">
<HintPath>C:\Users\churst\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.3\System.Runtime.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Thread">
<HintPath>C:\Users\churst\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll</HintPath>
</Reference>
</ItemGroup>
</Project>