chore: add global.json file and add sample project to solution now that it builds

This commit is contained in:
Stevan Freeborn
2026-04-02 19:57:21 -05:00
parent d9affe2f75
commit 24f5f11a34
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
<Solution>
<Folder Name="/src/">
<Project Path="src/StevanFreeborn.Extensions.Configuration.Secure.Sample/StevanFreeborn.Extensions.Configuration.Secure.Sample.csproj" />
<Project Path="src/StevanFreeborn.Extensions.Configuration.Secure/StevanFreeborn.Extensions.Configuration.Secure.csproj" />
</Folder>
<Folder Name="/tests/">
+6
View File
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "10.0.201",
"rollForward": "latestFeature"
}
}