We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759c0db commit 3cc037eCopy full SHA for 3cc037e
2 files changed
.github/workflows/nuget-publish.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup .NET SDK
16
uses: actions/setup-dotnet@v5.0.1
17
with:
18
- dotnet-version: '10.0.0' # 可根据你的项目适当调整
+ dotnet-version: '10.0.x' # 可根据你的项目适当调整
19
20
- name: Restore dependencies
21
run: dotnet restore src
CommonCrawl.Net.slnx
@@ -1,4 +1,8 @@
1
<Solution>
2
+ <Folder Name="/actions/">
3
+ <File Path=".github/workflows/nuget-publish.yml" />
4
+ <File Path=".github/workflows/publish.yml" />
5
+ </Folder>
6
<Folder Name="/examples/">
7
<Project Path="CommonCraw.ConsoleApp/CommonCraw.ConsoleApp.csproj" Id="31ff5ad8-4851-4803-b5b9-46c689fd9b2a" />
8
</Folder>
0 commit comments