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