Skip to content

Commit

Permalink
[infra] FSharp.Core nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Apr 17, 2015
1 parent fd51c94 commit a8e5557
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
12 changes: 7 additions & 5 deletions src/S3Provider/S3Provider.fsproj
Expand Up @@ -4,8 +4,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>7e90d6ce-a10b-4858-a5bc-41df7250cbca</ProjectGuid>
<ProjectGuid>{7E90D6CE-A10B-4858-A5BC-41DF7250CBCA}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>S3Provider</RootNamespace>
<AssemblyName>S3Provider</AssemblyName>
Expand Down Expand Up @@ -63,13 +62,13 @@
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Numerics" />
<Reference Include="System.Xml" />
<Reference Include="FSharp.Core">
<HintPath>..\..\packages\FSharp.Core.3.1.2.1\lib\net40\FSharp.Core.dll</HintPath>
</Reference>
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand All @@ -78,4 +77,7 @@
<Target Name="AfterBuild">
</Target>
-->
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
</Project>
4 changes: 4 additions & 0 deletions src/S3Provider/packages.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FSharp.Core" version="3.1.2.1" targetFramework="net40" />
</packages>
6 changes: 3 additions & 3 deletions tests/S3Provider.Tests/S3Provider.Tests.fsproj
Expand Up @@ -61,12 +61,12 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Numerics" />
<Reference Include="FSharp.Core">
<Private>True</Private>
</Reference>
<Reference Include="Fuchu">
<HintPath>..\..\packages\Fuchu.0.4.0.0\lib\Fuchu.dll</HintPath>
</Reference>
<Reference Include="FSharp.Core">
<HintPath>..\..\packages\FSharp.Core.3.1.2.1\lib\net40\FSharp.Core.dll</HintPath>
</Reference>
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
1 change: 1 addition & 0 deletions tests/S3Provider.Tests/packages.config
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FSharp.Core" version="3.1.2.1" targetFramework="net40" />
<package id="Fuchu" version="0.4.0.0" targetFramework="net40" />
</packages>

0 comments on commit a8e5557

Please sign in to comment.