We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd773e4 commit 37f357cCopy full SHA for 37f357c
.github/updater.yml
@@ -13,6 +13,7 @@ updates:
13
- package-ecosystem: "nuget"
14
directory: "src"
15
targetFramework: net10.0
16
+ target-branch: main
17
execute-restore: true
18
groups:
19
microsoft:
nuget.config
@@ -0,0 +1,16 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+
3
+<configuration>
4
+ <packageSources>
5
+ <clear />
6
+ <add key="nuget"
7
+ value="https://api.nuget.org/v3/index.json"
8
+ protocolVersion="3" />
9
10
+ </packageSources>
11
+ <packageSourceMapping>
12
+ <packageSource key="nuget">
+ <package pattern="*" />
+ </packageSource>
+ </packageSourceMapping>
+</configuration>
0 commit comments