Skip to content

Commit

Permalink
Add dotnet-tools.json
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidN committed Nov 18, 2022
1 parent a3767d9 commit b6af781
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "7.0.0",
"commands": [
"dotnet-ef"
]
},
"microsoft.web.librarymanager.cli": {
"version": "2.1.175",
"commands": [
"libman"
]
}
}
}
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<Using Include="System.Net.Http.Json"/>
<Using Include="System.Text.Json"/>
</ItemGroup>
<ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<PackageReference Include="Meziantou.Analyzer">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion tag-it.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git tag -a 7.0.100.1401.08.18 -m "V 7.0.100.1401.08.18"
git tag -a 7.0.100.1401.08.19 -m "V 7.0.100.1401.08.19"
git push --follow-tags
pause

0 comments on commit b6af781

Please sign in to comment.