Skip to content

Commit

Permalink
Reviewer comments - update csharpier to 0.26.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Jan 11, 2024
1 parent facb9ff commit 0c64439
Show file tree
Hide file tree
Showing 23 changed files with 1,312 additions and 1,412 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.22.1",
"version": "0.26.7",
"commands": [
"dotnet-csharpier"
]
Expand Down
1 change: 0 additions & 1 deletion samples/EchoTranslationEngine/EchoTranslationEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

<ItemGroup>
<ProjectReference Include="..\..\src\Serval.Grpc\Serval.Grpc.csproj" />
<ProjectReference Include="..\..\src\Serval.Shared\Serval.Shared.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion samples/EchoTranslationEngine/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"Microsoft.AspNetCore": "Warning"
}
}
}
}
2 changes: 1 addition & 1 deletion samples/EchoTranslationEngine/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
}
},
"AllowedHosts": "*"
}
}
2 changes: 1 addition & 1 deletion samples/ServalApp/serval_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from time import sleep

import streamlit as st
from db import Build, State, Param, create_db_if_not_exists
from db import Build, Param, State, create_db_if_not_exists
from serval_auth_module import ServalBearerAuth
from serval_client_module import (
PretranslateCorpusConfig,
Expand Down
Loading

0 comments on commit 0c64439

Please sign in to comment.