Skip to content

Commit a5cb8d9

Browse files
remove unused dryioc (#306)
* remove unused dryioc * fixed labelling bug
1 parent 64a3290 commit a5cb8d9

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/close-milestone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
# move any issues to that milestone in the event the release is renamed
3939
- name: sync milestones
40-
uses: RocketSurgeonsGuild/actions/[email protected].3
40+
uses: RocketSurgeonsGuild/actions/[email protected].4
4141
with:
4242
default-label: 'mysterious'
4343
github-token: ${{ secrets.OMNISHARP_BOT_TOKEN }}

.github/workflows/draft-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "::set-output name=repository::$($parts[1])"
4949
5050
- name: sync milestones
51-
uses: RocketSurgeonsGuild/actions/[email protected].3
51+
uses: RocketSurgeonsGuild/actions/[email protected].4
5252
with:
5353
default-label: 'mysterious'
5454
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/update-milestone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: sync milestones
18-
uses: RocketSurgeonsGuild/actions/[email protected].3
18+
uses: RocketSurgeonsGuild/actions/[email protected].4
1919
with:
2020
default-label: 'mysterious'
2121
github-token: ${{ secrets.GITHUB_TOKEN }}

.mergify.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ pull_request_rules:
2323
label:
2424
remove:
2525
- 'merge'
26+
- 'github-actions'
27+
- 'javascript'
28+
- '.NET'
2629
delete_head_branch: {}
2730
- name: automatic merge for JetBrains.ReSharper.CommandLineTools pull requests
2831
conditions:

Directory.Build.targets

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
<PackageReference Update="xunit" Version="2.4.1" />
2929
<PackageReference Update="FluentAssertions" Version="5.10.3" />
3030
<PackageReference Update="NSubstitute" Version="4.2.1" />
31-
<PackageReference Update="DryIoc.dll" Version="4.2.5" />
32-
<PackageReference Update="DryIoc.Microsoft.DependencyInjection " Version="4.0.0" />
3331
<PackageReference Update="Serilog.Extensions.Logging" Version="2.0.2" />
3432
<PackageReference Update="Serilog.Sinks.XUnit" Version="1.0.21" />
3533
<PackageReference Update="XunitXml.TestLogger" Version="2.1.26" />

0 commit comments

Comments
 (0)