Skip to content

Commit

Permalink
Merge pull request #4 from maximgorbatyuk/dev
Browse files Browse the repository at this point in the history
nuget version
  • Loading branch information
maximgorbatyuk authored Aug 28, 2022
2 parents b89ee32 + 855cdbd commit 2847783
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Company>@maximgorbatyuk</Company>
<Copyright>Copyright © @maximgorbatyuk</Copyright>
<RepositoryUrl>https://github.com/maximgorbatyuk/MaximGorbatyuk.DatabaseSqlEndpoints</RepositoryUrl>
Expand All @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.12" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.12" />
<PackageReference Include="System.Text.Json" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.5" />
</ItemGroup>

</Project>

0 comments on commit 2847783

Please sign in to comment.