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