Switching to custom Fody.Costura build from CI server with Mono patches.
parent
d710109075
commit
ed8f713b77
|
@ -3,4 +3,8 @@
|
|||
<solution>
|
||||
<add key="disableSourceControlIntegration" value="true" />
|
||||
</solution>
|
||||
<packageSources>
|
||||
<add key="NuGet official package source" value="https://nuget.org/api/v2/" />
|
||||
<add key="Icedream NuGet" value="http://nuget.icedream.kthx.at/" />
|
||||
</packageSources>
|
||||
</configuration>
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<AssemblyName>citimp_upd</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<NuGetPackageImportStamp>30c6a65d</NuGetPackageImportStamp>
|
||||
<NuGetPackageImportStamp>49f15a44</NuGetPackageImportStamp>
|
||||
<TargetFrameworkProfile />
|
||||
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
|
||||
<RestorePackages>true</RestorePackages>
|
||||
|
@ -92,7 +92,9 @@
|
|||
<EmbeddedResource Include="costura64\git2-91fa31f.dll" />
|
||||
<EmbeddedResource Include="costura32\*.so" />
|
||||
<EmbeddedResource Include="costura64\*.so" />
|
||||
<Content Include="FodyWeavers.xml" />
|
||||
<Content Include="FodyWeavers.xml">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\deps\libgit2sharp\LibGit2Sharp\LibGit2Sharp.csproj">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Weavers>
|
||||
<Costura CreateTemporaryAssemblies='true' />
|
||||
<Costura CreateTemporaryAssemblies="true"/>
|
||||
</Weavers>
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="CommandLineParser" version="1.9.71" targetFramework="net40" />
|
||||
<package id="Costura.Fody" version="1.3.3.0" targetFramework="net40" developmentDependency="true" />
|
||||
<package id="Costura.Fody" version="1.3.3" targetFramework="net40" developmentDependency="true" />
|
||||
<package id="Fody" version="1.26.1" targetFramework="net40" developmentDependency="true" />
|
||||
<package id="Mono.Posix" version="4.0.0.0" targetFramework="net45" />
|
||||
</packages>
|
Loading…
Reference in New Issue