File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
VisualBasicProject.MsTestFw
VisualBasicProject.NUnitFw
VisualBasicProject.XUnitFw Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<RootNamespace >VisualBasicProject.MsTestFw</RootNamespace >
13
13
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
14
14
<PackageReference Include =" MSTest.TestAdapter" Version =" 3.1.1" />
15
15
<PackageReference Include =" MSTest.TestFramework" Version =" 3.1.1" />
16
- <PackageReference Include =" Reqnroll.MsTest" Version =" 2.1.1 -local" />
16
+ <PackageReference Include =" Reqnroll.MsTest" Version =" 2.1.2 -local" />
17
17
</ItemGroup >
18
18
19
19
</Project >
Original file line number Diff line number Diff line change 10
10
11
11
<ItemGroup >
12
12
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
13
- <PackageReference Include =" Reqnroll.NUnit" Version =" 2.1.1 -local" />
13
+ <PackageReference Include =" Reqnroll.NUnit" Version =" 2.1.2 -local" />
14
14
<PackageReference Include =" nunit" Version =" 3.14.0" />
15
15
<PackageReference Include =" NUnit3TestAdapter" Version =" 4.5.0" />
16
16
</ItemGroup >
Original file line number Diff line number Diff line change 13
13
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
14
14
<PackageReference Include =" xunit" Version =" 2.5.3" />
15
15
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.3" />
16
- <PackageReference Include =" Reqnroll.xUnit" Version =" 2.1.1 -local" />
16
+ <PackageReference Include =" Reqnroll.xUnit" Version =" 2.1.2 -local" />
17
17
</ItemGroup >
18
18
19
19
</Project >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if (-not $version) {
19
19
Exit
20
20
}
21
21
22
- $projectFiles = Get-ChildItem - Path $PSScriptRoot - File - Recurse - Filter ' *.csproj '
22
+ $projectFiles = Get-ChildItem - Path $PSScriptRoot - File - Recurse - Filter ' *.*proj '
23
23
$changedCount = 0
24
24
foreach ($path in $projectFiles ){
25
25
$fileContent = Get-Content - LiteralPath $path - Raw
You can’t perform that action at this time.
0 commit comments