1- <? xml version = " 1.0 " encoding = " utf-8 " ? >
2- < Project ToolsVersion = " 14.0 " DefaultTargets = " Build " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
1+ <Project Sdk = " Microsoft.NET.Sdk " >
2+
33 <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >8.0.30703</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{F50B1DBF-1C9F-4437-87EC-7ABA805CC446}</ProjectGuid >
94 <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >Git.hub</RootNamespace >
12- <AssemblyName >Git.hub</AssemblyName >
13- <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
14- <RuntimeIdentifier >win</RuntimeIdentifier >
15- <FileAlignment >512</FileAlignment >
16- <TargetFrameworkProfile >
17- </TargetFrameworkProfile >
18- <RestoreProjectStyle >PackageReference</RestoreProjectStyle >
5+ <TargetFrameworks >netstandard2.0</TargetFrameworks >
196 </PropertyGroup >
20- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21- <DebugSymbols >true</DebugSymbols >
22- <DebugType >full</DebugType >
23- <Optimize >false</Optimize >
24- <OutputPath >bin\Debug\</OutputPath >
25- <DefineConstants >DEBUG;TRACE</DefineConstants >
26- <ErrorReport >prompt</ErrorReport >
27- <WarningLevel >4</WarningLevel >
28- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
29- <Prefer32Bit >false</Prefer32Bit >
30- </PropertyGroup >
31- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32- <DebugType >pdbonly</DebugType >
33- <Optimize >true</Optimize >
34- <OutputPath >bin\Release\</OutputPath >
35- <DefineConstants >TRACE</DefineConstants >
36- <ErrorReport >prompt</ErrorReport >
37- <WarningLevel >4</WarningLevel >
38- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
39- <Prefer32Bit >false</Prefer32Bit >
40- </PropertyGroup >
41- <ItemGroup >
42- <Reference Include =" System" />
43- <Reference Include =" System.Web" />
44- </ItemGroup >
45- <ItemGroup >
46- <PackageReference Include =" RestSharp" Version =" 106.2.1" />
47- <PackageReference Include =" Microsoft.VisualStudio.Threading" Version =" 15.8.132" />
48- </ItemGroup >
7+
498 <ItemGroup >
50- <Compile Include =" APIv2\RepositoryV2.cs" />
51- <Compile Include =" Branch.cs" />
52- <Compile Include =" Client.cs" />
53- <Compile Include =" Commit.cs" />
54- <Compile Include =" GitHubTree.cs" />
55- <Compile Include =" Issue.cs" />
56- <Compile Include =" OAuth2Helper.cs" />
57- <Compile Include =" Organization.cs" />
58- <Compile Include =" Properties\AssemblyInfo.cs" />
59- <Compile Include =" PullRequest.cs" />
60- <Compile Include =" RestClientExtensions.cs" />
61- <Compile Include =" util\ReplacingJsonSerializer.cs" />
62- <Compile Include =" Repository.cs" />
63- <Compile Include =" User.cs" />
9+ <PackageReference Include =" RestSharp" Version =" 106.6.10" />
6410 </ItemGroup >
65- < Import Project = " $(MSBuildToolsPath)\Microsoft.CSharp.targets " />
11+
6612</Project >
0 commit comments