CSProj Update (#5145)
* Migrate to newer CSProj format; build succesful Rebase onto master * Maintain binaries directory * Reinstate FSharp default condition * Remove reference to packages.config * Test project fixes * Remove nuget.config and "Solution Items" * Remove repetitive assembly info * Reinstate default compiles and cleanup redundant settings * Reinstate any specific settings that defaults are unclear for * Reinstate Framework.nuspec * Make test internal classes public for composer use; undo assembly change Rebase onto master part 2 * Address review; restore some settings * Restore RootNamespace and AssemblyName attributes * Use NugetPackageRoot instead of NugetPackageFolders * Reinstate "RestorePackages" setting * Transfer compilied Python files to launcher and tests bin * Remove conflicting settings * Fix WebSocketSharpFork references * Fix FSharp Core reference * Upgrade TestPlatform.ObjectModel to 16.8.3, and redirect V11 binding * Add Mono.Cecil package * Address review
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
<HintPath>$(NuGetPackageRoot)\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
|
||||
Reference in New Issue
Block a user