Skip to content

Commit

Permalink
Added csproj repositoryurl
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjcowan committed Aug 26, 2024
1 parent 1ecef4a commit bce6db6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/DapperMatic/DapperMatic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Description>
Additional extensions leveraging Dapper.
</Description>
<RepositoryUrl>https://github.com/mjczone/DapperMatic</RepositoryUrl>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -16,8 +17,8 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.35" />
<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.35" />
</ItemGroup>

</Project>

0 comments on commit bce6db6

Please sign in to comment.