Skip to content

Commit d232d56

Browse files
authored
Remove unused packages and files (#556)
+semver:patch
1 parent 8569177 commit d232d56

File tree

6 files changed

+0
-72
lines changed

6 files changed

+0
-72
lines changed

src/Examples.FirstAutomappedProject/Examples.FirstAutomappedProject.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,4 @@
2222
<Reference Include="System.Transactions" />
2323
</ItemGroup>
2424

25-
<ItemGroup>
26-
<None Include="app.config" />
27-
</ItemGroup>
28-
2925
</Project>

src/Examples.FirstAutomappedProject/app.config

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/Examples.FirstProject/Examples.FirstProject.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,4 @@
2222
<Reference Include="System.Transactions" />
2323
</ItemGroup>
2424

25-
<ItemGroup>
26-
<None Include="app.config" />
27-
</ItemGroup>
28-
2925
</Project>

src/Examples.FirstProject/app.config

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/FluentNHibernate.Specs/FluentNHibernate.Specs.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
14-
<PackageReference Include="System.Data.SqlClient" Version="4.4.3" />
1514
<PackageReference Include="FluentAssertions" Version="4.19.4" />
1615
<PackageReference Include="Machine.Specifications" Version="0.12.0" />
17-
<PackageReference Include="Machine.Specifications.Runner.Console" Version="0.9.3" />
1816
<PackageReference Include="Machine.Specifications.Runner.VisualStudio" Version="2.6.1" />
1917
</ItemGroup>
2018

src/FluentNHibernate/FluentNHibernate.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
<AssemblyOriginatorKeyFile>../FluentKey.snk</AssemblyOriginatorKeyFile>
1111
</PropertyGroup>
1212

13-
<PropertyGroup>
14-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
15-
</PropertyGroup>
16-
1713
<ItemGroup>
1814
<PackageReference Include="NHibernate" Version="5.3.3" />
1915
</ItemGroup>

0 commit comments

Comments
 (0)