Skip to content

Commit

Permalink
refs and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 2, 2024
1 parent c839d7e commit be2a731
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

<PackageReference Include="Bogus" Version="35.5.0" />
<ProjectReference Include="..\AustralianElectorates\AustralianElectorates.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.126" PrivateAssets="all" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackagePath>contentFiles/any/any/ElectorateMaps</PackagePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.126" PrivateAssets="all" />
<ProjectReference Include="..\AustralianElectorates\AustralianElectorates.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackagePath>contentFiles/any/any/ElectorateMaps</PackagePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.126" PrivateAssets="all" />
<ProjectReference Include="..\AustralianElectorates\AustralianElectorates.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackagePath>contentFiles/any/any/ElectorateMaps</PackagePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.126" PrivateAssets="all" />
<ProjectReference Include="..\AustralianElectorates\AustralianElectorates.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/AustralianElectorates/AustralianElectorates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<EmbeddedResource Condition="Exists('..\..\Data\electorates.json')" Include="..\..\Data\electorates.json" LogicalName="electorates.json" Link="electorates.json" />
<EmbeddedResource Condition="Exists('..\..\Data\parties.json')" Include="..\..\Data\parties.json" LogicalName="parties.json" Link="parties.json" />

<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.126" PrivateAssets="all" />
</ItemGroup>
</Project>
4 changes: 1 addition & 3 deletions src/AustralianElectorates/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Global using directives

global using System.Text.Json;
global using System.Text.Json;
global using System.Text.Json.Serialization;
global using AustralianElectorates;
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ProjectReference Include="..\AustralianElectorates.Bogus\AustralianElectorates.Bogus.csproj" />
<ProjectReference Include="..\AustralianElectorates.DetailMaps\AustralianElectorates.DetailMaps.csproj" />
<ProjectReference Include="..\AustralianElectorates\AustralianElectorates.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.126" PrivateAssets="all" />

<None Update="MediaFeed\*.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down

0 comments on commit be2a731

Please sign in to comment.