Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JamesKovacs/cm-cqrs
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesKovacs committed Apr 25, 2015
2 parents 1afc9ce + aed98ad commit db9f0c7
Show file tree
Hide file tree
Showing 6 changed files with 28,830 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/OurTaskApi/OurTaskApi.csproj
Expand Up @@ -40,10 +40,17 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Raven.Abstractions">
<HintPath>..\packages\RavenDB.Client.3.0.3660\lib\net45\Raven.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Raven.Client.Lightweight">
<HintPath>..\packages\RavenDB.Client.3.0.3660\lib\net45\Raven.Client.Lightweight.dll</HintPath>
</Reference>
<Reference Include="Swashbuckle.Core">
<HintPath>..\packages\Swashbuckle.Core.5.1.5\lib\net40\Swashbuckle.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Data" />
<Reference Include="System.Data.Entity" />
<Reference Include="System.Drawing" />
Expand Down
1 change: 1 addition & 0 deletions src/OurTaskApi/packages.config
Expand Up @@ -10,6 +10,7 @@
<package id="Microsoft.AspNet.WebPages" version="3.1.2" targetFramework="net45" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
<package id="Newtonsoft.Json" version="5.0.6" targetFramework="net45" />
<package id="RavenDB.Client" version="3.0.3660" targetFramework="net45" />
<package id="Swashbuckle" version="5.1.5" targetFramework="net45" />
<package id="Swashbuckle.Core" version="5.1.5" targetFramework="net45" />
<package id="WebActivatorEx" version="2.0.6" targetFramework="net45" />
Expand Down
Binary file not shown.

0 comments on commit db9f0c7

Please sign in to comment.