3 references to AppHostVersionRegex
Aspire.Templates.Tests (3)
BuildAndRunTemplateTests.cs (3)
70var match = AppHostVersionRegex().Match(projectContents); 74AppHostVersionRegex().Replace(projectContents, @"<PackageReference Include=""Aspire.Hosting.AppHost"" />") 169var modifiedContents = AppHostVersionRegex().Replace(projectContents, $@"<PackageReference Include=""Aspire.Hosting.AppHost"" Version=""{version}"" />");