Renaming to use Microsoft.Extensions prefix (#120)

* Rename the folders

* Rename the .csproj files

* Some build file updates

* Update namespaces

* Fix order of imports

* Fix order of imports

* Fix order of imports
This commit is contained in:
Mark Wallace
2025-07-01 09:15:28 +01:00
committed by GitHub
Unverified
parent b46ee00468
commit 95738b0ac2
51 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ jobs:
# Change to project directory to ensure local nuget.config is used
cd consoleapp
dotnet add packcheck.csproj package Microsoft.Agents --prerelease
dotnet add packcheck.csproj package Microsoft.Extensions.AI.Agents --prerelease
dotnet build -f ${{ matrix.targetFramework }} -c ${{ matrix.configuration }} packcheck.csproj
# Clean up
+2 -2
View File
@@ -9,8 +9,8 @@ $coverageBelowThreshold = $false
$nonExperimentalAssemblies = [System.Collections.Generic.HashSet[string]]::new()
$assembliesCollection = @(
'Microsoft.Agents.Abstractions'
'Microsoft.Agents'
'Microsoft.Extensions.AI.Agents.Abstractions'
'Microsoft.Extensions.AI.Agents'
)
foreach ($assembly in $assembliesCollection) {