|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>net472</TargetFramework> |
| 4 | + <TargetFramework>net48</TargetFramework> |
5 | 5 | </PropertyGroup> |
6 | 6 |
|
7 | 7 | <ItemGroup> |
|
24 | 24 | <Compile Remove="Fields\TestFiles\InheritDocTestCode.cs" /> |
25 | 25 | <Compile Remove="Interfaces\TestFiles\TestCode.cs" /> |
26 | 26 | <Compile Remove="Interfaces\TestFiles\TestFixCode.cs" /> |
| 27 | + <Compile Remove="Methods\TestFiles\BasicTestCode.cs" /> |
| 28 | + <Compile Remove="Methods\TestFiles\BasicTestFixCode.cs" /> |
27 | 29 | <Compile Remove="Methods\TestFiles\InheritDocTestCode.cs" /> |
| 30 | + <Compile Remove="Methods\TestFiles\MethodWithBooleanParameterTestCode.cs" /> |
| 31 | + <Compile Remove="Methods\TestFiles\MethodWithBooleanParameterTestFixCode.cs" /> |
| 32 | + <Compile Remove="Methods\TestFiles\MethodWithCrefTestCode.cs" /> |
| 33 | + <Compile Remove="Methods\TestFiles\MethodWithCrefTestFixCode.cs" /> |
| 34 | + <Compile Remove="Methods\TestFiles\MethodWithIntReturnTestCode.cs" /> |
| 35 | + <Compile Remove="Methods\TestFiles\MethodWithIntReturnTestFixCode.cs" /> |
| 36 | + <Compile Remove="Methods\TestFiles\MethodWithListIntReturnTestCode.cs" /> |
| 37 | + <Compile Remove="Methods\TestFiles\MethodWithListIntReturnTestFixCode.cs" /> |
| 38 | + <Compile Remove="Methods\TestFiles\MethodWithListListIntReturnTestCode.cs" /> |
| 39 | + <Compile Remove="Methods\TestFiles\MethodWithListListIntReturnTestFixCode.cs" /> |
| 40 | + <Compile Remove="Methods\TestFiles\MethodWithListQualifiedNameReturnTestCode.cs" /> |
| 41 | + <Compile Remove="Methods\TestFiles\MethodWithListQualifiedNameReturnTestFixCode.cs" /> |
| 42 | + <Compile Remove="Methods\TestFiles\MethodWithNullableStructParameterTestCode.cs" /> |
| 43 | + <Compile Remove="Methods\TestFiles\MethodWithNullableStructParameterTestFixCode.cs" /> |
| 44 | + <Compile Remove="Methods\TestFiles\MethodWithObjectReturnTestCode.cs" /> |
| 45 | + <Compile Remove="Methods\TestFiles\MethodWithObjectReturnTestFixCode.cs" /> |
| 46 | + <Compile Remove="Methods\TestFiles\MethodWithParameterTestCode.cs" /> |
| 47 | + <Compile Remove="Methods\TestFiles\MethodWithParameterTestFixCode.cs" /> |
| 48 | + <Compile Remove="Methods\TestFiles\MethodWithReturnTestCode.cs" /> |
| 49 | + <Compile Remove="Methods\TestFiles\MethodWithReturnTestFixCode.cs" /> |
| 50 | + <Compile Remove="Methods\TestFiles\MethodWithStringReturnTestCode.cs" /> |
| 51 | + <Compile Remove="Methods\TestFiles\MethodWithStringReturnTestFixCode.cs" /> |
28 | 52 | <Compile Remove="Properties\TestFiles\InheritDocTestCode.cs" /> |
29 | 53 | <Compile Remove="Records\TestFiles\PublicRecordTester.cs" /> |
30 | 54 | <Compile Remove="Records\TestFiles\PublicRecordTesterFix.cs" /> |
|
34 | 58 | </ItemGroup> |
35 | 59 |
|
36 | 60 | <ItemGroup> |
37 | | - <None Include="Methods\TestFiles\InheritDocTestCode.cs"> |
| 61 | + <Content Include="Methods\TestFiles\BasicTestCode.cs"> |
38 | 62 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
39 | | - </None> |
| 63 | + </Content> |
| 64 | + <Content Include="Methods\TestFiles\BasicTestFixCode.cs"> |
| 65 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 66 | + </Content> |
| 67 | + <Content Include="Methods\TestFiles\InheritDocTestCode.cs"> |
| 68 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 69 | + </Content> |
40 | 70 | </ItemGroup> |
41 | 71 |
|
42 | 72 | <ItemGroup> |
|
82 | 112 | <None Include="Interfaces\TestFiles\TestFixCode.cs"> |
83 | 113 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
84 | 114 | </None> |
| 115 | + <Content Include="Methods\TestFiles\MethodWithBooleanParameterTestCode.cs"> |
| 116 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 117 | + </Content> |
| 118 | + <Content Include="Methods\TestFiles\MethodWithBooleanParameterTestFixCode.cs"> |
| 119 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 120 | + </Content> |
| 121 | + <Content Include="Methods\TestFiles\MethodWithCrefTestCode.cs"> |
| 122 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 123 | + </Content> |
| 124 | + <Content Include="Methods\TestFiles\MethodWithCrefTestFixCode.cs"> |
| 125 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 126 | + </Content> |
| 127 | + <Content Include="Methods\TestFiles\MethodWithIntReturnTestCode.cs"> |
| 128 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 129 | + </Content> |
| 130 | + <Content Include="Methods\TestFiles\MethodWithIntReturnTestFixCode.cs"> |
| 131 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 132 | + </Content> |
| 133 | + <Content Include="Methods\TestFiles\MethodWithListIntReturnTestCode.cs"> |
| 134 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 135 | + </Content> |
| 136 | + <Content Include="Methods\TestFiles\MethodWithListIntReturnTestFixCode.cs"> |
| 137 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 138 | + </Content> |
| 139 | + <Content Include="Methods\TestFiles\MethodWithListListIntReturnTestCode.cs"> |
| 140 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 141 | + </Content> |
| 142 | + <Content Include="Methods\TestFiles\MethodWithListListIntReturnTestFixCode.cs"> |
| 143 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 144 | + </Content> |
| 145 | + <Content Include="Methods\TestFiles\MethodWithListQualifiedNameReturnTestCode.cs"> |
| 146 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 147 | + </Content> |
| 148 | + <Content Include="Methods\TestFiles\MethodWithListQualifiedNameReturnTestFixCode.cs"> |
| 149 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 150 | + </Content> |
| 151 | + <Content Include="Methods\TestFiles\MethodWithNullableStructParameterTestCode.cs"> |
| 152 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 153 | + </Content> |
| 154 | + <Content Include="Methods\TestFiles\MethodWithNullableStructParameterTestFixCode.cs"> |
| 155 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 156 | + </Content> |
| 157 | + <Content Include="Methods\TestFiles\MethodWithObjectReturnTestCode.cs"> |
| 158 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 159 | + </Content> |
| 160 | + <Content Include="Methods\TestFiles\MethodWithObjectReturnTestFixCode.cs"> |
| 161 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 162 | + </Content> |
| 163 | + <Content Include="Methods\TestFiles\MethodWithParameterTestCode.cs"> |
| 164 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 165 | + </Content> |
| 166 | + <Content Include="Methods\TestFiles\MethodWithParameterTestFixCode.cs"> |
| 167 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 168 | + </Content> |
| 169 | + <Content Include="Methods\TestFiles\MethodWithReturnTestCode.cs"> |
| 170 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 171 | + </Content> |
| 172 | + <Content Include="Methods\TestFiles\MethodWithReturnTestFixCode.cs"> |
| 173 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 174 | + </Content> |
| 175 | + <Content Include="Methods\TestFiles\MethodWithStringReturnTestCode.cs"> |
| 176 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 177 | + </Content> |
| 178 | + <Content Include="Methods\TestFiles\MethodWithStringReturnTestFixCode.cs"> |
| 179 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 180 | + </Content> |
85 | 181 | <None Include="Properties\TestFiles\InheritDocTestCode.cs"> |
86 | 182 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
87 | 183 | </None> |
|
126 | 222 | <PrivateAssets>all</PrivateAssets> |
127 | 223 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
128 | 224 | </PackageReference> |
129 | | - <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.4.0" /> |
130 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" /> |
131 | | - <PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.4.33103.184" /> |
132 | | - <PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="17.4.33103.184" /> |
133 | | - <PackageReference Include="Moq" Version="4.20.69" /> |
| 225 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" /> |
| 226 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> |
| 227 | + <PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.8.37222" ExcludeAssets="runtime"> |
| 228 | + <IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 229 | + </PackageReference> |
| 230 | + <PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="17.8.37221" /> |
| 231 | + <PackageReference Include="Moq" Version="4.20.70" /> |
134 | 232 | <PackageReference Include="MSTest.TestAdapter" Version="3.1.1" /> |
135 | 233 | <PackageReference Include="MSTest.TestFramework" Version="3.1.1" /> |
136 | 234 | <PackageReference Include="Pluralize.NET" Version="1.0.2" /> |
137 | | - <PackageReference Include="xunit" Version="2.5.3" /> |
138 | | - <PackageReference Include="xunit.runner.visualstudio" Version="2.5.3"> |
| 235 | + <PackageReference Include="xunit" Version="2.6.5" /> |
| 236 | + <PackageReference Include="xunit.runner.visualstudio" Version="2.5.6"> |
139 | 237 | <PrivateAssets>all</PrivateAssets> |
140 | 238 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
141 | 239 | </PackageReference> |
|
0 commit comments