Skip to content

Commit

Permalink
Remove ItemGroup that removes SnippetGenerator Test
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu committed Jul 24, 2021
1 parent f5e20a4 commit 90987e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion dotnet.proj
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="src\dotnet\Azure.ClientSdk.Analyzers\**\*.csproj" />
<ProjectReference Include="src\dotnet\SnippetGenerator\SnippetGenerator.csproj" />
</ItemGroup>
</Project>
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
5 changes: 0 additions & 5 deletions src/dotnet/SnippetGenerator/SnippetGenerator.csproj
Expand Up @@ -11,18 +11,13 @@
<None Remove="SnippetGenerator.Tests\**" />
</ItemGroup>

<ItemGroup>
<None Include="$(OutputPath)\**\*" PackagePath="tools\net5.0" Pack="true" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.3.4" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.2.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.2.1" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="3.2.1" />
<PackageReference Include="Microsoft.Build" Version="16.0.461" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="16.0.461" />
<PackageReference Update="@(PackageReference)" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit 90987e5

Please sign in to comment.