Skip to content

Commit

Permalink
parserd -> parsed
Browse files Browse the repository at this point in the history
  • Loading branch information
github-john-doe committed Aug 17, 2018
1 parent e244e3c commit fadbef7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ public void It_does_not_generate_version_and_sku_for_non_supported(string target
new XDeclaration("1.0", "utf-8", "true"),
new XElement("configuration"));

var parserdFramework = NuGetFramework.ParseFolder(targetframework);
WriteAppConfigWithSupportedRuntime.AddSupportedRuntimeToAppconfig(doc, parserdFramework.Framework, parserdFramework.Version.ToString());
var parsedFramework = NuGetFramework.ParseFolder(targetframework);
WriteAppConfigWithSupportedRuntime.AddSupportedRuntimeToAppconfig(doc, parsedFramework.Framework, parsedFramework.Version.ToString());

doc.Element("configuration")
.Elements("startup").Should().BeNullOrEmpty();
Expand Down

0 comments on commit fadbef7

Please sign in to comment.