Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated packages
  • Loading branch information
ppekrol committed Apr 15, 2014
1 parent b046162 commit 8e27de4
Show file tree
Hide file tree
Showing 42 changed files with 175 additions and 198 deletions.
Expand Up @@ -52,13 +52,13 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.Formatting, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.1.0\lib\net45\System.Net.Http.Formatting.dll</HintPath>
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.1.2\lib\net45\System.Net.Http.Formatting.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Caching" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Http, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.1.0\lib\net45\System.Web.Http.dll</HintPath>
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.1.2\lib\net45\System.Web.Http.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
Expand Down
4 changes: 2 additions & 2 deletions Bundles/Raven.Bundles.Authorization/packages.config
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.AspNet.WebApi.Client" version="5.1.0" targetFramework="net45" />
<package id="Microsoft.AspNet.WebApi.Core" version="5.1.0" targetFramework="net45" />
<package id="Microsoft.AspNet.WebApi.Client" version="5.1.2" targetFramework="net45" />
<package id="Microsoft.AspNet.WebApi.Core" version="5.1.2" targetFramework="net45" />
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net45" />
</packages>
Expand Up @@ -15,7 +15,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<TargetFrameworkProfile />
<FodyPath>..\..\packages\Fody.1.14.0</FodyPath>
<NuGetPackageImportStamp>cdcaea95</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -107,4 +107,5 @@
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<Target Name="AfterBuild">
</Target>
<Import Project="..\..\Imports\Fody\Fody.targets" Condition="$(Configuration) == 'Release'" />
</Project>
4 changes: 2 additions & 2 deletions Bundles/Raven.Client.Authorization/packages.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Costura.Fody" version="0.8.1.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.14.0" targetFramework="net45" />
<package id="Costura.Fody" version="1.1.0.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.23.2" targetFramework="net45" developmentDependency="true" />
</packages>
Expand Up @@ -15,7 +15,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<TargetFrameworkProfile />
<FodyPath>..\..\packages\Fody.1.14.0</FodyPath>
<NuGetPackageImportStamp>cee2ddbd</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -94,4 +94,5 @@
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<Target Name="AfterBuild">
</Target>
<Import Project="..\..\Imports\Fody\Fody.targets" Condition="$(Configuration) == 'Release'" />
</Project>
4 changes: 2 additions & 2 deletions Bundles/Raven.Client.UniqueConstraints/packages.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Costura.Fody" version="0.8.1.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.14.0" targetFramework="net45" />
<package id="Costura.Fody" version="1.1.0.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.23.2" targetFramework="net45" developmentDependency="true" />
</packages>
7 changes: 2 additions & 5 deletions Imports/Fody/Fody.targets
Expand Up @@ -36,9 +36,8 @@
</Choose>
<PropertyGroup>
<IntermediateDir>$(ProjectDir)$(IntermediateOutputPath)</IntermediateDir>
<FodyMessageImportance Condition="$(FodyMessageImportance) == '' Or $(FodyMessageImportance) == '*Undefined*'">Low</FodyMessageImportance>
<FodySignAssembly Condition="$(FodySignAssembly) == '' Or $(FodySignAssembly) == '*Undefined*'">$(SignAssembly)</FodySignAssembly>
<FodyPath>$(SolutionDir)\packages\Fody.1.14.0</FodyPath>
<FodyPath>$(SolutionDir)\packages\Fody.1.23.2</FodyPath>
</PropertyGroup>
<UsingTask
TaskName="Fody.WeavingTask"
Expand All @@ -52,7 +51,6 @@
AssemblyPath="@(IntermediateAssembly)"
IntermediateDir="$(IntermediateDir)"
KeyFilePath="$(FodyKeyFilePath)"
MessageImportance="$(FodyMessageImportance)"
ProjectDirectory="$(ProjectDir)"
SolutionDir="$(FodySolutionDir)"
References="@(ReferencePath)"
Expand All @@ -70,7 +68,6 @@
AssemblyPath="$(TargetPath)"
IntermediateDir="$(IntermediateDir)"
KeyFilePath="$(FodyKeyFilePath)"
MessageImportance="$(FodyMessageImportance)"
ProjectDirectory="$(ProjectDir)"
SolutionDir="$(FodySolutionDir)"
References="@(ReferencePath)"
Expand All @@ -85,7 +82,7 @@
Name="CleanReferenceCopyLocalPaths" >
<Delete Files="@(ReferenceCopyLocalPaths->'$(OutDir)%(DestinationSubDirectory)%(Filename)%(Extension)')" Condition="%(Filename) != 'Raven.Database' AND %(Filename) != 'Raven.Abstractions' AND ($(MSBuildProjectName) != 'Raven.Web' OR $([System.Text.RegularExpressions.Regex]::IsMatch(%(Filename), 'Owin', System.Text.RegularExpressions.RegexOptions.IgnoreCase)) == false)" />
</Target>

<!--Support for ncrunch-->
<ItemGroup>
<None Include="$(FodyPath)\*.*" />
Expand Down
2 changes: 0 additions & 2 deletions Raven.Abstractions/Json/Linq/RavenJToken.cs
Expand Up @@ -4,13 +4,11 @@
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Mono.CSharp;
using Raven.Abstractions.Data;
using Raven.Abstractions.Extensions;
using Raven.Abstractions.Json;
using Raven.Imports.Newtonsoft.Json;
using Raven.Imports.Newtonsoft.Json.Linq;
using Raven.Imports.Newtonsoft.Json.Utilities;
using StringUtils = Raven.Json.Utilities.StringUtils;
using System.Text;

Expand Down
9 changes: 0 additions & 9 deletions Raven.Abstractions/Raven.Abstractions.csproj
Expand Up @@ -47,15 +47,6 @@
<AssemblyOriginatorKeyFile>..\Raven.Database\RavenDB.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.NRefactory">
<HintPath>..\packages\ICSharpCode.NRefactory.5.3.0\lib\Net40\ICSharpCode.NRefactory.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.NRefactory.CSharp">
<HintPath>..\packages\ICSharpCode.NRefactory.5.3.0\lib\Net40\ICSharpCode.NRefactory.CSharp.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.NRefactory.Xml">
<HintPath>..\packages\ICSharpCode.NRefactory.5.3.0\lib\Net40\ICSharpCode.NRefactory.Xml.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Configuration" />
Expand Down
4 changes: 2 additions & 2 deletions Raven.Backup/Raven.Backup.csproj
Expand Up @@ -16,7 +16,7 @@
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\ravendb\</SolutionDir>
<RestorePackages>true</RestorePackages>
<FodyPath>..\packages\Fody.1.14.0</FodyPath>
<NuGetPackageImportStamp>334c7894</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down Expand Up @@ -116,7 +116,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<Import Project="$(SolutionDir)\Imports\Fody\Fody.targets" Condition="$(Configuration) != 'Debug'" />
<Target Name="AfterBuild">
</Target>
<Import Project="..\Imports\Fody\Fody.targets" Condition="$(Configuration) == 'Release'" />
</Project>
4 changes: 2 additions & 2 deletions Raven.Backup/packages.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Costura.Fody" version="0.8.1.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.14.0" targetFramework="net45" />
<package id="Costura.Fody" version="1.1.0.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.23.2" targetFramework="net45" developmentDependency="true" />
</packages>
4 changes: 2 additions & 2 deletions Raven.Client.Lightweight/Raven.Client.Lightweight.csproj
Expand Up @@ -16,7 +16,7 @@
</TargetFrameworkProfile>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\ravendb\</SolutionDir>
<RestorePackages>true</RestorePackages>
<FodyPath>..\packages\Fody.1.14.0</FodyPath>
<NuGetPackageImportStamp>9ceba09c</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -340,7 +340,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildProjectDirectory)\..\Tools\StyleCop\StyleCop.Targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<Import Project="$(SolutionDir)\Imports\Fody\Fody.targets" Condition="$(Configuration) != 'Debug'" />
<Target Name="AfterBuild">
</Target>
<Import Project="..\Imports\Fody\Fody.targets" Condition="$(Configuration) == 'Release'" />
</Project>
4 changes: 2 additions & 2 deletions Raven.Client.Lightweight/packages.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Costura.Fody" version="0.8.1.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.14.0" targetFramework="net45" />
<package id="Costura.Fody" version="1.1.0.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.23.2" targetFramework="net45" developmentDependency="true" />
<package id="Rx-Core" version="2.2.2" targetFramework="net45" />
<package id="Rx-Interfaces" version="2.2.2" targetFramework="net45" />
</packages>
21 changes: 10 additions & 11 deletions Raven.Database/Raven.Database.csproj
Expand Up @@ -34,7 +34,7 @@
<TargetFrameworkProfile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<FodyPath>..\packages\Fody.1.14.0</FodyPath>
<NuGetPackageImportStamp>7003453f</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -191,8 +191,7 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.Formatting, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.1.0-rc1\lib\net45\System.Net.Http.Formatting.dll</HintPath>
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.1.0\lib\net45\System.Net.Http.Formatting.dll</HintPath>
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.1.2\lib\net45\System.Net.Http.Formatting.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.WebRequest" />
<Reference Include="System.Reactive.Core, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand All @@ -208,7 +207,7 @@
<HintPath>..\packages\Rx-Linq.2.2.2\lib\net45\System.Reactive.Linq.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.PlatformServices">
<HintPath>..\packages\Rx-PlatformServices.2.2.2\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
<HintPath>..\packages\Rx-PlatformServices.2.2.3\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Caching" />
<Reference Include="System.Security" />
Expand All @@ -218,15 +217,15 @@
</Reference>
<Reference Include="System.Transactions" />
<Reference Include="System.Data" />
<Reference Include="System.Web" />
<Reference Include="System.Web">
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="System.Web.Http, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.1.0-rc1\lib\net45\System.Web.Http.dll</HintPath>
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.1.0\lib\net45\System.Web.Http.dll</HintPath>
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.1.2\lib\net45\System.Web.Http.dll</HintPath>
</Reference>
<Reference Include="System.Web.Http.Owin, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.AspNet.WebApi.Owin.5.1.0\lib\net45\System.Web.Http.Owin.dll</HintPath>
<Reference Include="System.Web.Http.Owin">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Owin.5.1.2\lib\net45\System.Web.Http.Owin.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
Expand Down Expand Up @@ -1116,5 +1115,5 @@
<Target Name="BeforeBuild">
</Target>
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<Import Project="$(SolutionDir)\Imports\Fody\Fody.targets" Condition="$(Configuration) != 'Debug'" />
<Import Project="..\Imports\Fody\Fody.targets" Condition="$(Configuration) == 'Release'" />
</Project>
14 changes: 7 additions & 7 deletions Raven.Database/packages.config
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Costura.Fody" version="0.8.1.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.14.0" targetFramework="net45" />
<package id="Costura.Fody" version="1.1.0.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.23.2" targetFramework="net45" developmentDependency="true" />
<package id="ICSharpCode.NRefactory" version="5.3.0" targetFramework="net45" />
<package id="lodash" version="2.4.1" targetFramework="net45" />
<package id="Microsoft.AspNet.WebApi.Client" version="5.1.0" targetFramework="net45" />
<package id="Microsoft.AspNet.WebApi.Core" version="5.1.0" targetFramework="net45" />
<package id="Microsoft.AspNet.WebApi.Owin" version="5.1.0" targetFramework="net45" />
<package id="Microsoft.AspNet.WebApi.Client" version="5.1.2" targetFramework="net45" />
<package id="Microsoft.AspNet.WebApi.Core" version="5.1.2" targetFramework="net45" />
<package id="Microsoft.AspNet.WebApi.Owin" version="5.1.2" targetFramework="net45" />
<package id="Microsoft.Data.Edm" version="5.6.0" targetFramework="net45" />
<package id="Microsoft.Data.OData" version="5.6.0" targetFramework="net45" />
<package id="Microsoft.Data.Services.Client" version="5.6.0" targetFramework="net45" />
Expand All @@ -20,8 +20,8 @@
<package id="Rx-Core" version="2.2.2" targetFramework="net45" />
<package id="Rx-Interfaces" version="2.2.2" targetFramework="net45" />
<package id="Rx-Linq" version="2.2.2" targetFramework="net45" />
<package id="Rx-PlatformServices" version="2.2.2" targetFramework="net45" />
<package id="Rx-PlatformServices" version="2.2.3" targetFramework="net45" />
<package id="SharpZipLib" version="0.86.0" targetFramework="net45" />
<package id="System.Spatial" version="5.6.0" targetFramework="net45" />
<package id="WindowsAzure.Storage" version="3.0.1.0" targetFramework="net45" />
</packages>
</packages>
7 changes: 3 additions & 4 deletions Raven.Server/Raven.Server.csproj
Expand Up @@ -34,7 +34,7 @@
<BootstrapperEnabled>true</BootstrapperEnabled>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<FodyPath>..\packages\Fody.1.14.0</FodyPath>
<NuGetPackageImportStamp>a0c59f10</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -88,8 +88,7 @@
<Reference Include="Microsoft.Owin.Host.HttpListener">
<HintPath>..\packages\Microsoft.Owin.Host.HttpListener.2.1.0\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Hosting, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<Reference Include="Microsoft.Owin.Hosting">
<HintPath>..\packages\Microsoft.Owin.Hosting.2.1.0\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
</Reference>
<Reference Include="Mono.Cecil, Version=0.9.5.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
Expand Down Expand Up @@ -230,5 +229,5 @@
</CreateItem>
</Target>
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<Import Project="$(SolutionDir)\Imports\Fody\Fody.targets" Condition="$(Configuration) != 'Debug'" />
<Import Project="..\Imports\Fody\Fody.targets" Condition="$(Configuration) == 'Release'" />
</Project>
8 changes: 4 additions & 4 deletions Raven.Server/packages.config
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Costura.Fody" version="0.8.1.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.14.0" targetFramework="net45" />
<package id="Costura.Fody" version="1.1.0.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.23.2" targetFramework="net45" developmentDependency="true" />
<package id="Microsoft.Owin" version="2.1.0" targetFramework="net45" />
<package id="Microsoft.Owin.Diagnostics" version="2.1.0" targetFramework="net45" />
<package id="Microsoft.Owin.Host.HttpListener" version="2.1.0-rc1" targetFramework="net45" />
<package id="Microsoft.Owin.Hosting" version="2.1.0-rc1" targetFramework="net45" />
<package id="Microsoft.Owin.Host.HttpListener" version="2.1.0" targetFramework="net45" />
<package id="Microsoft.Owin.Hosting" version="2.1.0" targetFramework="net45" />
<package id="Mono.Cecil" version="0.9.5.4" targetFramework="net45" />
<package id="NLog" version="2.1.0" targetFramework="net45" />
<package id="Owin" version="1.0" targetFramework="net45" />
Expand Down
4 changes: 2 additions & 2 deletions Raven.Smuggler/Raven.Smuggler.csproj
Expand Up @@ -16,7 +16,7 @@
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\ravendb\</SolutionDir>
<RestorePackages>true</RestorePackages>
<FodyPath>..\packages\Fody.1.14.0</FodyPath>
<NuGetPackageImportStamp>3fbcc18a</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down Expand Up @@ -107,7 +107,7 @@
</PostBuildEvent>
</PropertyGroup>
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<Import Project="$(SolutionDir)\Imports\Fody\Fody.targets" Condition="$(Configuration) != 'Debug'" />
<Target Name="AfterBuild">
</Target>
<Import Project="..\Imports\Fody\Fody.targets" Condition="$(Configuration) == 'Release'" />
</Project>
4 changes: 2 additions & 2 deletions Raven.Smuggler/packages.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Costura.Fody" version="0.8.1.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.14.0" targetFramework="net45" />
<package id="Costura.Fody" version="1.1.0.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.23.2" targetFramework="net45" developmentDependency="true" />
</packages>

0 comments on commit 8e27de4

Please sign in to comment.