1- <? xml version = " 1.0 " encoding = " utf-8 " ? >
2- < Project ToolsVersion = " 12.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 >{4A1F8BE2-02A2-424D-AE33-11F742E18EED}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >LearnositySDK</RootNamespace >
4+ <TargetFramework >netstandard2.0</TargetFramework >
125 <AssemblyName >LearnositySDK</AssemblyName >
13- <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
14- <FileAlignment >512</FileAlignment >
15- <TargetFrameworkProfile />
16- </PropertyGroup >
17- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18- <DebugSymbols >true</DebugSymbols >
19- <DebugType >full</DebugType >
20- <Optimize >false</Optimize >
21- <OutputPath >bin\Debug\</OutputPath >
22- <DefineConstants >DEBUG;TRACE</DefineConstants >
23- <ErrorReport >prompt</ErrorReport >
24- <WarningLevel >4</WarningLevel >
25- <Prefer32Bit >false</Prefer32Bit >
6+ <RootNamespace >LearnositySDK</RootNamespace >
7+ <PackageId >LearnositySDK</PackageId >
8+ <PackageVersion >0.8.0</PackageVersion >
9+ <Authors >Learnosity</Authors >
10+ <Description >Learnosity SDK for ASP.NET / C#</Description >
11+ <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
12+ <PackageReleaseNotes >Update to .Net Standard</PackageReleaseNotes >
13+ <Copyright >Copyright Learnosity 2017 (c)</Copyright >
14+ <PackageTags >learnosity sdk asp .net</PackageTags >
15+ <Version >0.8.0</Version >
16+ <PackageLicenseUrl >https://github.com/Learnosity/learnosity-sdk-asp.net/blob/master/LICENSE.md</PackageLicenseUrl >
17+ <PackageProjectUrl >https://github.com/Learnosity/learnosity-sdk-asp.net</PackageProjectUrl >
18+ <PackageIconUrl >https://www.learnosity.com/static/img/logos/learnositylogoforfacebook.jpg</PackageIconUrl >
19+ <RepositoryUrl >https://www.learnosity.com/static/img/logos/learnositylogoforfacebook.jpg</RepositoryUrl >
20+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2621 </PropertyGroup >
27- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28- <DebugType >pdbonly</DebugType >
29- <Optimize >true</Optimize >
30- <OutputPath >bin\Release\</OutputPath >
31- <DefineConstants >TRACE</DefineConstants >
32- <ErrorReport >prompt</ErrorReport >
33- <WarningLevel >4</WarningLevel >
34- <Prefer32Bit >false</Prefer32Bit >
22+
23+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
24+ <DocumentationFile >bin\Release\netstandard2.0\LearnositySDK.xml</DocumentationFile >
3525 </PropertyGroup >
26+
3627 <ItemGroup >
37- <Reference Include =" Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
38- <SpecificVersion >False</SpecificVersion >
39- <HintPath >..\packages\Newtonsoft.Json.7.0.1\lib\net35\Newtonsoft.Json.dll</HintPath >
40- </Reference >
41- <Reference Include =" System" />
42- <Reference Include =" System.configuration" />
43- <Reference Include =" System.Core" />
44- <Reference Include =" System.Web" />
45- <Reference Include =" System.Xml.Linq" />
46- <Reference Include =" System.Data.DataSetExtensions" />
47- <Reference Include =" System.Data" />
48- <Reference Include =" System.Xml" />
49- </ItemGroup >
50- <ItemGroup >
51- <Compile Include =" Credentials.cs" />
52- <Compile Include =" Examples\Assess.cs" />
53- <Compile Include =" Examples\Author.cs" />
54- <Compile Include =" Examples\Schemas.cs" />
55- <Compile Include =" Examples\Data.cs" />
56- <Compile Include =" Examples\Items.cs" />
57- <Compile Include =" Examples\Questions.cs" />
58- <Compile Include =" Examples\Reports.cs" />
59- <Compile Include =" Properties\AssemblyInfo.cs" />
60- <Compile Include =" Request\DataApi.cs" />
61- <Compile Include =" Request\Init.cs" />
62- <Compile Include =" Request\Remote.cs" />
63- <Compile Include =" Utils\Conversion.cs" />
64- <Compile Include =" Utils\GuidUtility.cs" />
65- <Compile Include =" Utils\Json.cs" />
66- <Compile Include =" Utils\JsonObject.cs" />
67- <Compile Include =" Utils\JsonObjectFactory.cs" />
68- <Compile Include =" Utils\CryptoUtil.cs" />
69- <Compile Include =" Utils\Tools.cs" />
70- <Compile Include =" Utils\Uuid.cs" />
71- </ItemGroup >
72- <ItemGroup >
73- <None Include =" packages.config" />
28+ <PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
7429 </ItemGroup >
75- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
77- Other similar extension points exist, see Microsoft.Common.targets.
78- <Target Name="BeforeBuild">
79- </Target>
80- <Target Name="AfterBuild">
81- </Target>
82- -->
83- </Project >
30+
31+ </Project >
0 commit comments