Skip to content

Commit

Permalink
remove reactiveui from aspnetcore lib (#888)
Browse files Browse the repository at this point in the history
* remove reactiveui from aspnetcore lib

* add dynamic data
  • Loading branch information
dpvreony committed Nov 9, 2021
1 parent 41a8870 commit ed59db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Whipstaff.AspNetCore/Whipstaff.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<PackageReference Include="Audit.WebApi.Core" Version="18.1.6" />
<PackageReference Include="Ben.BlockingDetector" Version="0.0.4" />
<PackageReference Include="DocumentFormat.OpenXml" Version="2.14.0" />
<PackageReference Include="DynamicData" Version="7.4.3" />
<PackageReference Include="Exceptionless.AspNetCore" Version="4.6.2" />
<PackageReference Include="Exceptionless.Extensions.Logging" Version="4.6.2" />
<PackageReference Include="Hellang.Middleware.ProblemDetails" Version="6.2.0" />
Expand All @@ -30,7 +31,6 @@
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="2.4.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="2.2.0" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="ReactiveUI" Version="16.3.10" />
<PackageReference Include="OwaspHeaders.Core" Version="4.2.0" />
<PackageReference Include="RimDev.ApplicationInsights.Filters" Version="1.1.58" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
Expand Down

0 comments on commit ed59db6

Please sign in to comment.