Skip to content

Commit 9f8342f

Browse files
renemadsenclaude
andcommitted
fix: restore NuGet PackageReferences and bump TimePlanningBase to 10.0.30
devgetchanges.sh had overwritten the .csproj with dev-mode project references. Restore the NuGet PackageReference entries and bump Microting.TimePlanningBase from 10.0.27 to 10.0.30 which includes the PayrollCode columns and PayrollIntegrationSettings table. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9429d34 commit 9f8342f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

eFormAPI/Plugins/TimePlanning.Pn/TimePlanning.Pn/TimePlanning.Pn.csproj

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@
2525
<PackageReference Include="ExcelDataReader" Version="3.8.0" />
2626
<PackageReference Include="Google.Apis.Auth" Version="1.73.0" />
2727
<PackageReference Include="Google.Apis.Sheets.v4" Version="1.73.0.4061" />
28+
<PackageReference Include="Microting.eForm" Version="10.0.17" />
2829
<PackageReference Include="Microting.EformAngularFrontendBase" Version="10.0.21" />
30+
<PackageReference Include="Microting.eFormApi.BasePn" Version="10.0.17" />
2931
<PackageReference Include="McMaster.NETCore.Plugins" Version="2.0.0" />
32+
<PackageReference Include="Microting.TimePlanningBase" Version="10.0.30" />
3033
<PackageReference Include="Sentry" Version="6.3.1" />
3134
<PackageReference Include="Grpc.AspNetCore" Version="2.76.0" />
3235
</ItemGroup>
@@ -157,10 +160,4 @@
157160
</EmbeddedResource>
158161
</ItemGroup>
159162

160-
<ItemGroup>
161-
<ProjectReference Include="..\..\..\..\..\eform-timeplanning-base\Microting.TimePlanningBase\Microting.TimePlanningBase.csproj" />
162-
<ProjectReference Include="..\..\..\..\..\eFormApi.BasePn\eFormApi.BasePn\eFormApi.BasePn.csproj" />
163-
<ProjectReference Include="..\..\..\..\..\eform-sdk\eFormCore\Microting.eForm.csproj" />
164-
</ItemGroup>
165-
166163
</Project>

0 commit comments

Comments
 (0)