We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3dfef5 commit 15d0196Copy full SHA for 15d0196
.editorconfig
@@ -41,3 +41,6 @@ indent_size = 2
41
[*.cs]
42
csharp_space_after_cast = true
43
dotnet_sort_system_directives_first = true
44
+
45
+[dotnet-tools.json]
46
+insert_final_newline = false
.github/workflows/build.yaml
@@ -22,6 +22,7 @@ on:
22
push:
23
branches:
24
- main
25
+ - next
26
- release/*
27
tags:
28
@@ -47,7 +48,7 @@ jobs:
47
48
uses: actions/checkout@v3
49
#url: https://github.com/actions/checkout
50
- - name: Configure .NET 6.0
51
+ - name: Configure .NET
52
uses: actions/setup-dotnet@v3
53
#url: https://github.com/actions/setup-dotnet
54
with:
0 commit comments