You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewInvalidOperationException($"File {appHostCsprojPath} unexpectedly contains a version-pinned PackageReference for Aspire.Hosting.Redis");
197
198
}
199
+
if(!directoryPackagesHasRedisVersionPin)
200
+
{
201
+
thrownewInvalidOperationException($"File {directoryPackagesPropsPath} unexpectedly does not contain the central PackageVersion for Aspire.Hosting.Redis");
202
+
}
198
203
}
199
204
200
-
// Verify dotnet restore succeeds (would fail with NU1009 if AppHost.csproj contained a version)
205
+
// Verify dotnet restore succeeds (would fail with NU1008 if AppHost.csproj contained a version)
0 commit comments