Skip to content

Commit

Permalink
refactor: start moving towards central package mangement
Browse files Browse the repository at this point in the history
  • Loading branch information
psyphore committed Jul 13, 2024
1 parent a97ba31 commit 61c96cd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
20 changes: 20 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<Project>
<PropertyGroup>
<!--<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>-->
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<PropertyGroup>
<NoWarn>1591</NoWarn>
<!-- Remove this to turn on warnings for missing XML Comments -->
</PropertyGroup>

<PropertyGroup>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
<Authors>Sipho Hlophe</Authors>
<Company>Thumbeza Technology</Company>
</PropertyGroup>
</Project>
5 changes: 3 additions & 2 deletions net-core-graphql.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E7B33E53-3648-4942-9C8F-CCF7887A6FBD}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
readme.md = readme.md
EndProjectSection
EndProject
Expand All @@ -30,9 +31,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThumbezaTech.Leads.Infrastr
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B83D5E22-B62C-4D37-BCC1-E6CF0326F1F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThumbezaTech.Leads.IntegrationTests", "tests\ThumbezaTech.Leads.IntegrationTests\ThumbezaTech.Leads.IntegrationTests.csproj", "{EA3FBE8E-B5B1-46EF-BB66-F01F8CE39662}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThumbezaTech.Leads.IntegrationTests", "tests\ThumbezaTech.Leads.IntegrationTests\ThumbezaTech.Leads.IntegrationTests.csproj", "{EA3FBE8E-B5B1-46EF-BB66-F01F8CE39662}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThumbezaTech.Leads.UnitTests", "tests\ThumbezaTech.Leads.UnitTests\ThumbezaTech.Leads.UnitTests.csproj", "{F0C933A6-BC48-41B9-A1F7-DC31F8224E0A}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThumbezaTech.Leads.UnitTests", "tests\ThumbezaTech.Leads.UnitTests\ThumbezaTech.Leads.UnitTests.csproj", "{F0C933A6-BC48-41B9-A1F7-DC31F8224E0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 61c96cd

Please sign in to comment.