Skip to content

Commit

Permalink
added build items
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Scotney committed Oct 10, 2024
1 parent 73309c7 commit 0cb9a45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.244" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.143" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>

<Target Name="AddCommitHashToAssemblyAttributes" BeforeTargets="GetAssemblyAttributes">
Expand Down
6 changes: 6 additions & 0 deletions UnlockedData.Mapael.Demo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnlockedData.Mapael", "src\
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "Demo\Demo.csproj", "{7BA8EBF7-8DF3-43BF-B52F-D69FEA760E0B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{98A24F69-C1D9-4BE1-B1A0-232DA2489D38}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci-build.yml = .github\workflows\ci-build.yml
Directory.build.props = Directory.build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 0cb9a45

Please sign in to comment.