Skip to content

Commit

Permalink
Add .gitattributes (#569)
Browse files Browse the repository at this point in the history
* chore: add .gitattributes

* chore: normalize line endings

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
tnotheis and mergify[bot] authored Mar 19, 2024
1 parent 97fdfe3 commit a3b6829
Show file tree
Hide file tree
Showing 10 changed files with 5,615 additions and 5,614 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
1,616 changes: 808 additions & 808 deletions Backbone.sln

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions ConsumerApi.Sdk/ConsumerApi.Sdk.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\BuildingBlocks\src\Tooling\Tooling.csproj" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\BuildingBlocks\src\Tooling\Tooling.csproj" />
</ItemGroup>

</Project>
Loading

0 comments on commit a3b6829

Please sign in to comment.