Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Dec 4, 2024
1 parent c61b870 commit 0e85935
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<Compile Include="..\Shared\Extensions.cs" />
<Compile Include="..\Shared\Guard.cs" />

<PackageReference Include="Polyfill" PrivateAssets="all" />
<PackageReference Include="ConfigureAwait.Fody" PrivateAssets="All" />
<PackageReference Include="Fody" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
Expand Down
1 change: 0 additions & 1 deletion src/Attachments.FileShare/Attachments.FileShare.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<DefineConstants>$(DefineConstants);FileShare</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Polyfill" PrivateAssets="all" />
<PackageReference Include="ConfigureAwait.Fody" PrivateAssets="All" />
<PackageReference Include="Fody" PrivateAssets="all" />
<PackageReference Include="NServiceBus" />
Expand Down
1 change: 0 additions & 1 deletion src/Attachments.Sql.Raw/Attachments.Sql.Raw.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<PackageReference Include="Fody" PrivateAssets="all" />
<PackageReference Include="Microsoft.Data.SqlClient" />
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
<PackageReference Include="Polyfill" PrivateAssets="all" />
<Compile Include="..\Attachments.Sql\Persister\*.cs" />
<Compile Include="..\Attachments.Sql\Install\Installer.cs" />
<Compile Include="..\Attachments.Sql\SqlSanitizer.cs" />
Expand Down
1 change: 0 additions & 1 deletion src/Attachments.Sql/Attachments.Sql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<PackageReference Include="NServiceBus" />
<PackageReference Include="Microsoft.Data.SqlClient" />
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
<PackageReference Include="Polyfill" PrivateAssets="all" />
<Using Include="NServiceBus.IMessageHandlerContext" Alias="HandlerContext" />
<Using Include="System.Data.CommandBehavior" Static="True" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<PackageVersion Include="NServiceBus" Version="9.2.3" />
<PackageVersion Include="NServiceBus.Persistence.Sql" Version="8.1.0" />
<PackageVersion Include="NServiceBus.Transport.SqlServer" Version="8.1.6" />
<PackageVersion Include="Polyfill" Version="7.5.0" />
<PackageVersion Include="ProjectDefaults" Version="1.0.144" />
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
<PackageVersion Include="Verify.NServiceBus" Version="10.3.4" />
Expand Down

0 comments on commit 0e85935

Please sign in to comment.