File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project >
33 <PropertyGroup >
4- <Version >29.0.0-beta.4 </Version >
4+ <Version >29.0.0-beta.5 </Version >
55 <NoWarn >CA1822;CS1591;CS0649;xUnit1026;xUnit1013;CS1573;VerifyTestsProjectDir;VerifySetParameters;PolyFillTargetsForNuget;xUnit1051</NoWarn >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <LangVersion >preview</LangVersion >
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ public static void AssignTargetAssembly(Assembly assembly)
4141 return ;
4242 }
4343
44- VerifierSettings . assembly = assembly ;
4544 Namer . UseAssembly ( assembly ) ;
4645 IoHelpers . MapPathsForCallingAssembly ( assembly ) ;
4746 ProjectDir = AttributeReader . GetProjectDirectory ( assembly ) ;
@@ -54,6 +53,7 @@ public static void AssignTargetAssembly(Assembly assembly)
5453
5554 SolutionDir = solutionDir ;
5655 ApplyScrubbers . UseAssembly ( solutionDir , ProjectDir ) ;
56+ VerifierSettings . assembly = assembly ;
5757 }
5858 }
5959}
You can’t perform that action at this time.
0 commit comments