Skip to content

Commit

Permalink
More dependency fixes/enhancements to HermaFx.Rebus.
Browse files Browse the repository at this point in the history
  • Loading branch information
pruiz committed Dec 6, 2020
1 parent fb23a03 commit 91de7ea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions HermaFx.Rebus/HermaFx.Rebus.csproj
Expand Up @@ -31,10 +31,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Diagnostics.Tracing.EventSource.Redist.1.1.28\lib\net40\Microsoft.Diagnostics.Tracing.EventSource.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Rebus">
<HintPath>..\packages\Rebus.0.84.0\lib\NET45\Rebus.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion HermaFx.Rebus/HermaFx.Rebus.nuspec
Expand Up @@ -15,7 +15,6 @@
<dependencies>
<dependency id="HermaFx.Foundation" version="0.0.0.0" />
<dependency id="HermaFx.DataAnnotations" version="0.0.0.0" />
<dependency id="Rebus" version="[0.84.0,0.90)" />
</dependencies>
</metadata>
</package>
3 changes: 1 addition & 2 deletions HermaFx.Rebus/packages.config
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Diagnostics.Tracing.EventSource.Redist" version="1.1.28" targetFramework="net452" allowedVersions="[1.1.28]" />
<package id="Rebus" version="0.84.0" targetFramework="net45" />
<package id="Rebus" version="0.84.0" allowedVersions="[0.84.0,0.90)" targetFramework="net45" />
</packages>

0 comments on commit 91de7ea

Please sign in to comment.