Skip to content

Commit

Permalink
Merge pull request #11 from csu-chhs/remove-dep
Browse files Browse the repository at this point in the history
Remove unneeded dependency
  • Loading branch information
dstegelman authored Dec 9, 2024
2 parents ef485ca + 2a0e6d1 commit 10d93cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CsuChhs.WebComponents/CsuChhs.WebComponents.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>CHHS Application Development Team</Authors>
<Version>1.0.6</Version>
<Version>1.0.7</Version>
<PackageProjectUrl>https://github.com/csu-chhs/CsuChhs.WebComponents</PackageProjectUrl>
<Company>College of Health and Human Sciences</Company>
<PackageId>CsuChhs.WebComponents</PackageId>
Expand All @@ -16,7 +16,6 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.*" />
<None Include="../README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit 10d93cf

Please sign in to comment.