Skip to content

Commit 3cc037e

Browse files
committed
i
1 parent 759c0db commit 3cc037e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET SDK
1616
uses: actions/setup-dotnet@v5.0.1
1717
with:
18-
dotnet-version: '10.0.0' # 可根据你的项目适当调整
18+
dotnet-version: '10.0.x' # 可根据你的项目适当调整
1919

2020
- name: Restore dependencies
2121
run: dotnet restore src

CommonCrawl.Net.slnx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<Solution>
2+
<Folder Name="/actions/">
3+
<File Path=".github/workflows/nuget-publish.yml" />
4+
<File Path=".github/workflows/publish.yml" />
5+
</Folder>
26
<Folder Name="/examples/">
37
<Project Path="CommonCraw.ConsoleApp/CommonCraw.ConsoleApp.csproj" Id="31ff5ad8-4851-4803-b5b9-46c689fd9b2a" />
48
</Folder>

0 commit comments

Comments
 (0)