Skip to content

Commit

Permalink
Removed redundant references.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashatrov committed Jul 10, 2018
1 parent a13ebf0 commit 70dbde8
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 91 deletions.
Expand Up @@ -61,19 +61,12 @@
<ItemGroup>
<PackageReference Include="FakeItEasy" Version="4.7.0" />
<PackageReference Include="Microsoft.AspNet.SignalR.Core" Version="2.3.0" />
<PackageReference Include="Microsoft.Owin" Version="4.0.0" />
<PackageReference Include="Microsoft.Owin.Security" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="odp.net.x64" Version="112.3.20" />
<PackageReference Include="Owin" Version="1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Configuration" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
</Project>
19 changes: 0 additions & 19 deletions Tests/SDL.SignalR.OracleMessageBus.Tests/app.config

This file was deleted.

14 changes: 0 additions & 14 deletions samples/SDL.SignalR.OracleMessageBus.Client/App.config

This file was deleted.

Expand Up @@ -52,7 +52,4 @@
<ItemGroup>
<Reference Include="System.Data.DataSetExtensions" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
</Project>
22 changes: 0 additions & 22 deletions samples/SDL.SignalR.OracleMessageBus.Server/App.config

This file was deleted.

Expand Up @@ -61,9 +61,9 @@
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp">
<HintPath>..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Microsoft.CSharp.dll</HintPath>
</Reference>
<Reference Include="System.Data.DataSetExtensions" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
</Project>
Expand Up @@ -58,9 +58,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNet.SignalR.Core" Version="2.3.0" />
<PackageReference Include="Microsoft.Owin" Version="4.0.0" />
<PackageReference Include="Microsoft.Owin.Security" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="odp.net.x64" Version="112.3.20" />
</ItemGroup>
<ItemGroup>
Expand All @@ -69,7 +66,6 @@
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<EmbeddedResource Include="install.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
Expand Down
19 changes: 0 additions & 19 deletions src/SDL.SignalR.OracleMessageBus/app.config

This file was deleted.

0 comments on commit 70dbde8

Please sign in to comment.