11<Project Sdk =" Microsoft.NET.Sdk" >
2+
23 <PropertyGroup >
34 <ProjectGuid >{B8D5B290-4451-4C3B-AE9E-0FF075958A74}</ProjectGuid >
5+ <RootNamespace >OnTopic</RootNamespace >
46 <TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
57 <ShouldCreateLogs >True</ShouldCreateLogs >
68 <AdvancedSettingsExpanded >False</AdvancedSettingsExpanded >
79 <LangVersion >8.0</LangVersion >
810 <Nullable >enable</Nullable >
911 </PropertyGroup >
12+
1013 <PropertyGroup >
11- <AssemblyTitle >Ignia OnTopic Library</AssemblyTitle >
14+ <AssemblyTitle >OnTopic Library</AssemblyTitle >
1215 <Company >Ignia</Company >
13- <Product >Ignia OnTopic Library </Product >
16+ <Product >OnTopic</Product >
1417 <Description >Libraries for supporting Ignia Topics, a content management system (CMS) based on structured, hierarchical data.</Description >
1518 <Copyright >©2020 Ignia, LLC</Copyright >
1619 <OutputPath >bin\$(Configuration)\</OutputPath >
1720 <Authors >Ignia</Authors >
1821 </PropertyGroup >
22+
1923 <PropertyGroup >
2024 <PackageProjectUrl >https://github.com/Ignia/Topics-Library</PackageProjectUrl >
2125 <PackageTags >C# .NET CMS Domain</PackageTags >
2226 <UseFullSemVerForNuGet >true</UseFullSemVerForNuGet >
2327 </PropertyGroup >
28+
2429 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2530 <DebugType >full</DebugType >
2631 <DocumentationFile >bin\$(Configuration)\OnTopic.XML</DocumentationFile >
3237 <UseVSHostingProcess >false</UseVSHostingProcess >
3338 <NoWarn >1701;1702;CA1303</NoWarn >
3439 </PropertyGroup >
40+
3541 <ItemGroup >
3642 <PackageReference Include =" GitVersionTask" Version =" 5.0.1" >
3743 <PrivateAssets >all</PrivateAssets >
4046 <PrivateAssets >all</PrivateAssets >
4147 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
4248 </PackageReference >
43- <PackageReference Include =" Microsoft.CSharp" Version =" 4.6.0" />
44- <PackageReference Include =" Microsoft.VisualStudio.Validation" Version =" 15.5.31" />
45- <PackageReference Include =" UtilPack.NuGet.MSBuild" Version =" 2.9.1" >
49+ <PackageReference Include =" System.ComponentModel.Annotations" Version =" 4.6.0" >
50+ <PrivateAssets >all</PrivateAssets >
51+ </PackageReference >
52+ <PackageReference Include =" Microsoft.VisualStudio.Validation" Version =" 15.5.31" >
4653 <PrivateAssets >all</PrivateAssets >
4754 </PackageReference >
48- <PackageReference Include =" System.ComponentModel.Annotations" Version =" 4.6.0" />
49- <PackageReference Include =" System.Data.DataSetExtensions" Version =" 4.5.0" />
50- </ItemGroup >
51- <ItemGroup >
52- <Reference Include =" Microsoft.CSharp" />
5355 </ItemGroup >
56+
5457 <ItemGroup >
5558 <None Include =" Mapping\README.md" />
5659 <None Include =" README.md" />
5760 </ItemGroup >
58- <ItemGroup >
59- <Folder Include =" Internal\Collections\" />
60- <Folder Include =" Internal\Mapping\" />
61- <Folder Include =" Internal\Reflection\" />
62- </ItemGroup >
61+
6362</Project >
0 commit comments