Implement DoNotInject attribute (#11)

* Implement DoNotInject attribute

* Upgrade pipelines
This commit is contained in:
2022-05-12 18:13:28 +02:00
committed by GitHub
parent 76462bf368
commit dd1b589b5d
10 changed files with 61 additions and 11 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.202'
dotnet-version: '6.x'
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.1
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.202'
dotnet-version: '6.x'
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.1