Skip to content

Commit 7557b1d

Browse files
adjust spacing
1 parent 98ed704 commit 7557b1d

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

examples/BlazorServerApp/BlazorServerApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
</PropertyGroup>
7-
7+
88
<ItemGroup>
99
<ProjectReference Include="..\..\src\Microsoft.FeatureManagement\Microsoft.FeatureManagement.csproj" />
1010
</ItemGroup>

examples/ConsoleApp/ConsoleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2121
</None>
2222
</ItemGroup>
23-
23+
2424
</Project>

examples/TargetingConsoleApp/TargetingConsoleApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>net6.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
8-
8+
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
1111
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
@@ -20,5 +20,5 @@
2020
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2121
</None>
2222
</ItemGroup>
23-
23+
2424
</Project>

src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
23
<Import Project="..\..\build\NugetProperties.props" />
34

45
<!-- Official Version -->
@@ -31,7 +32,7 @@
3132
<PackageIconUrl>https://aka.ms/AzureAppConfigurationPackageIcon</PackageIconUrl>
3233
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
3334
</PropertyGroup>
34-
35+
3536
<ItemGroup>
3637
<ProjectReference Include="..\Microsoft.FeatureManagement\Microsoft.FeatureManagement.csproj" />
3738
<FrameworkReference Include="Microsoft.AspNetCore.App" />

src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
23
<Import Project="..\..\build\NugetProperties.props" />
34

45
<!-- Official Version -->

tests/Tests.FeatureManagement.AspNetCore/Tests.FeatureManagement.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
4747
</None>
4848
</ItemGroup>
49-
49+
5050
</Project>

0 commit comments

Comments
 (0)