Description:
Fix project settings.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r353:0a4578ea88be -

@@ -36,7 +36,7
36 36 <ItemGroup>
37 37 <Reference Include="System" />
38 38 <Reference Include="Newtonsoft.Json">
39 <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
39 <!-- <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> -->
40 40 </Reference>
41 41 <Reference Include="Tracery.Net">
42 42 <HintPath>..\packages\Tracery.Net.1.0.0\lib\net452\Tracery.Net.dll</HintPath>
@@ -47,7 +47,7
47 47 <ItemGroup>
48 48 <PackageReference Include="ImGui.NET" Version="1.78.0" />
49 49 <PackageReference Include="Tracery.Net" Version="1.0.0" />
50 <PackageReference Include="YamlDotNet" Version="11.0.0" />
50 <PackageReference Include="YamlDotNet" Version="11.0.1" />
51 51 <PackageReference Include="JM.LinqFaster" Version="1.1.2" />
52 52 </ItemGroup>
53 53 <Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
@@ -21,6 +21,7
21 21 <WarningLevel>4</WarningLevel>
22 22 <LangVersion>8.0</LangVersion>
23 23 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
24 <AutogenerateBindingRedirects>true</AutogenerateBindingRedirects>
24 25 </PropertyGroup>
25 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|anycpu' ">
26 27 <Optimize>true</Optimize>
@@ -184,8 +185,8
184 185 <Reference Include="Newtonsoft.Json">
185 186 <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
186 187 </Reference>
187 <Reference Include="YamlDotNet">
188 <HintPath>..\packages\YamlDotNet.11.1.1\lib\net45\YamlDotNet.dll</HintPath>
188 <Reference Include="YamlDotNet" Version="11.0.1">
189 <HintPath>..\packages\YamlDotNet.11.0.1\lib\net45\YamlDotNet.dll</HintPath>
189 190 </Reference>
190 191 <Reference Include="Tracery.Net">
191 192 <HintPath>..\packages\Tracery.Net.1.0.0\lib\net452\Tracery.Net.dll</HintPath>
You need to be logged in to leave comments. Login now