Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dotnet8' into dotnet8
Browse files Browse the repository at this point in the history
# Conflicts:
#	dvelop-sdk-home/HomeDtos/HomeDtos.csproj
#	dvelop-sdk-httpclientextensions/HttpClientExtensions/HttpClientExtensions.csproj
#	dvelop-sdk-identityprovider/IdentityProviderMiddleware/IdentityProviderMiddleware.csproj
  • Loading branch information
ckuetbach committed Sep 16, 2024
2 parents 495fe93 + dbcf828 commit f1a5cec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dvelop-sdk-home/HomeDtos/HomeDtos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latestmajor</LangVersion>
<OutputType>Library</OutputType>
<IsPackable>true</IsPackable>
<OutputType>Library</OutputType>
<IsPackable>true</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f1a5cec

Please sign in to comment.