Skip to content

Commit 32e42c2

Browse files
committed
Update FastService.Analyzers package version and modify docker-compose configuration
1 parent 2b0eadd commit 32e42c2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Console.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
88
ProjectSection(SolutionItems) = preProject
99
.dockerignore = .dockerignore
1010
.gitignore = .gitignore
11-
docker-compose.yaml = docker-compose.yaml
1211
LICENSE = LICENSE
1312
README.md = README.md
1413
README.zh-CN.md = README.zh-CN.md

docker-compose.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
environment:
77
- TZ=Asia/Shanghai
88
volumes:
9-
- ./data:/data
9+
- ./data:/data
10+
build:
11+
context: .
12+
dockerfile: src/Console.Service/Dockerfile

src/Console.Service/Console.Service.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="FastService" Version="0.1.3" />
13-
<PackageReference Include="FastService.Analyzers" Version="0.1.3" />
12+
<PackageReference Include="FastService.Analyzers" Version="0.2.0" />
1413
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.5" />
1514
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.5">
1615
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)