14
14
<FileAlignment >512</FileAlignment >
15
15
<TargetFrameworkProfile >
16
16
</TargetFrameworkProfile >
17
+ <RestoreProjectStyle >PackageReference</RestoreProjectStyle >
17
18
</PropertyGroup >
18
19
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
20
<DebugSymbols >true</DebugSymbols >
37
38
<Prefer32Bit >false</Prefer32Bit >
38
39
</PropertyGroup >
39
40
<ItemGroup >
40
- <Reference Include =" Microsoft.VisualStudio.Threading, Version=15.6.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
41
- <HintPath >..\..\..\packages\Microsoft.VisualStudio.Threading.15.6.46\lib\net46\Microsoft.VisualStudio.Threading.dll</HintPath >
42
- <Private >True</Private >
43
- </Reference >
44
- <Reference Include =" Microsoft.VisualStudio.Validation, Version=15.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
45
- <HintPath >..\..\..\packages\Microsoft.VisualStudio.Validation.15.3.15\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath >
46
- <Private >True</Private >
47
- </Reference >
48
- <Reference Include =" RestSharp, Version=106.2.1.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL" >
49
- <HintPath >..\..\..\packages\RestSharp.106.2.1\lib\net452\RestSharp.dll</HintPath >
50
- </Reference >
51
41
<Reference Include =" System" />
52
- <Reference Include =" System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
53
- <HintPath >..\..\..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath >
54
- </Reference >
55
42
<Reference Include =" System.Web" />
56
- <Reference Include =" WindowsBase" />
43
+ </ItemGroup >
44
+ <ItemGroup >
45
+ <PackageReference Include =" RestSharp" Version =" 106.2.1" />
46
+ <PackageReference Include =" Microsoft.VisualStudio.Threading" Version =" 15.6.46" />
57
47
</ItemGroup >
58
48
<ItemGroup >
59
49
<Compile Include =" APIv2\RepositoryV2.cs" />
71
61
<Compile Include =" Repository.cs" />
72
62
<Compile Include =" User.cs" />
73
63
</ItemGroup >
74
- <ItemGroup >
75
- <None Include =" packages.config" />
76
- </ItemGroup >
77
- <ItemGroup >
78
- <Analyzer Include =" ..\..\..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.6.46\analyzers\cs\Microsoft.VisualStudio.Threading.Analyzers.dll" />
79
- </ItemGroup >
80
64
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
81
- <Import Project =" ..\..\..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.6.46\build\Microsoft.VisualStudio.Threading.Analyzers.targets" Condition =" Exists('..\..\..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.6.46\build\Microsoft.VisualStudio.Threading.Analyzers.targets')" />
82
- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
83
- <PropertyGroup >
84
- <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
85
- </PropertyGroup >
86
- <Error Condition =" !Exists('..\..\..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.6.46\build\Microsoft.VisualStudio.Threading.Analyzers.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.6.46\build\Microsoft.VisualStudio.Threading.Analyzers.targets'))" />
87
- </Target >
88
65
</Project >
0 commit comments