|
8 | 8 | </PropertyGroup>
|
9 | 9 |
|
10 | 10 | <ItemGroup>
|
11 |
| - <PackageReference Include="Ben.Demystifier" /> |
12 |
| - <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit" /> |
13 |
| - <PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" /> |
14 |
| - <PackageReference Include="Sigil" /> |
15 |
| - <PackageReference Include="FluentAssertions" /> |
16 |
| - <PackageReference Include="Microsoft.CodeAnalysis.Common" /> |
17 |
| - <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" /> |
18 |
| - <PackageReference Include="Microsoft.CodeAnalysis.CSharp" VersionOverride="4.5.0" /> |
19 |
| - <PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" /> |
20 |
| - <PackageReference Include="Microsoft.NET.Test.Sdk" /> |
21 |
| - <PackageReference Include="xunit" /> |
22 |
| - <PackageReference Include="Xunit.DependencyInjection.Demystifier" /> |
| 11 | + <PackageReference Include="Ben.Demystifier"/> |
| 12 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit"/> |
| 13 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit"/> |
| 14 | + <PackageReference Include="Sigil"/> |
| 15 | + <PackageReference Include="FluentAssertions"/> |
| 16 | + <PackageReference Include="Microsoft.CodeAnalysis.Common"/> |
| 17 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces"/> |
| 18 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp" VersionOverride="4.5.0"/> |
| 19 | + <PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common"/> |
| 20 | + <PackageReference Include="Microsoft.NET.Test.Sdk"/> |
| 21 | + <PackageReference Include="xunit"/> |
| 22 | + <PackageReference Include="Xunit.DependencyInjection.Demystifier"/> |
23 | 23 |
|
24 | 24 | <PackageReference Include="xunit.runner.visualstudio">
|
25 | 25 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
34 | 34 | </ItemGroup>
|
35 | 35 |
|
36 | 36 | <ItemGroup>
|
37 |
| - <ProjectReference Include="..\SourceKit.Sample\SourceKit.Sample.csproj" /> |
38 |
| - <ProjectReference Include="..\src\analyzers\SourceKit.Analyzers.MustBePartial\SourceKit.Analyzers.MustBePartial.csproj" /> |
39 |
| - <ProjectReference Include="..\src\SourceKit.Reflect\SourceKit.Reflect.csproj" /> |
| 37 | + <ProjectReference Include="..\SourceKit.Sample\SourceKit.Sample.csproj"/> |
| 38 | + <ProjectReference Include="..\src\SourceKit.Reflect\SourceKit.Reflect.csproj"/> |
| 39 | + <ProjectReference Include="..\src\analyzers\SourceKit.Analyzers.MustBePartial\SourceKit.Analyzers.MustBePartial.csproj"/> |
40 | 40 | </ItemGroup>
|
41 | 41 |
|
42 | 42 | <ItemGroup>
|
43 |
| - <Content Include="..\SourceKit.Sample\**\*.cs" Exclude="..\SourceKit.Sample\obj\**\*.*" LinkBase="SourceKit.Sample\" CopyToOutputDirectory="Always" /> |
| 43 | + <Content Include="..\SourceKit.Sample\**\*.cs" Exclude="..\SourceKit.Sample\obj\**\*.*" LinkBase="SourceKit.Sample\" CopyToOutputDirectory="Always"/> |
44 | 44 | </ItemGroup>
|
45 | 45 |
|
46 | 46 | </Project>
|
0 commit comments