Skip to content

Commit

Permalink
Merge pull request #1 from JaCraig/dependabot/nuget/NETStandard.Libra…
Browse files Browse the repository at this point in the history
…ry-2.0.3

fix: bump NETStandard.Library from 2.0.1 to 2.0.3
  • Loading branch information
JaCraig committed Jul 8, 2023
2 parents e237d3b + da3ea5d commit f95a574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Aspectus/Aspectus.csproj
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>Aspectus is an advanced Aspect-Oriented Programming (AOP) library that simplifies the injection of cross-cutting concerns into your codebase. It empowers you to write clean and maintainable code by separating cross-cutting concerns from the core logic of your application.</Description>
Expand Down Expand Up @@ -64,7 +64,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="NETStandard.Library" Version="2.0.1" />
<PackageReference Update="NETStandard.Library" Version="2.0.3" />
</ItemGroup>
<Target Name="Husky" BeforeTargets="Restore;CollectPackageReferences" Condition="'$(HUSKY)' != 0">
<Exec Command="dotnet tool restore" StandardOutputImportance="Low" StandardErrorImportance="High" />
Expand Down

0 comments on commit f95a574

Please sign in to comment.