Skip to content

Commit

Permalink
remove dependency for Microsoft.DependencyValidation.Analyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
Platonenkov committed Feb 3, 2022
1 parent fb946ca commit 051e056
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Notification.Wpf/Notification.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0-windows;net5.0-windows;netcoreapp3.1-windows;net4.6-windows;net4.6.1-windows;net4.7-windows;net4.8-windows</TargetFrameworks>
<UseWPF>true</UseWPF>
<LangVersion>latest</LangVersion>
<Version>6.1.0.2</Version>
<Version>6.1.0.3</Version>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Notifications.Wpf.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
Expand Down Expand Up @@ -54,7 +54,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.DependencyValidation.Analyzers" Version="0.11.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.37" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion Notifications.Wpf.Sample/Notification.Wpf.Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<PackageReference Include="MathCore.Hosting.WPF" Version="0.0.4.3" />
<PackageReference Include="MathCore.WPF" Version="0.0.27.1" />
<PackageReference Include="log4net" Version="2.0.13" />
<PackageReference Include="Microsoft.DependencyValidation.Analyzers" Version="0.11.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.37" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
<PackageReference Include="System.Runtime" Version="4.3.1" />
Expand Down

0 comments on commit 051e056

Please sign in to comment.