Matthew Alexandros
06/02/2024, 11:39 AMnathanwoulfe
06/02/2024, 9:10 PMMatthew Alexandros
06/03/2024, 8:27 PMnathanwoulfe
06/03/2024, 9:36 PMMatthew Alexandros
06/03/2024, 10:39 PMhuwred
06/04/2024, 10:08 AMMatthew Alexandros
06/04/2024, 10:18 AMhuwred
06/04/2024, 10:36 AMMatt Wise
06/04/2024, 10:43 AMMatthew Alexandros
06/04/2024, 10:46 AMSebastiaan
06/04/2024, 10:57 AMMatt Wise
06/04/2024, 10:58 AMSebastiaan
06/04/2024, 11:00 AMSebastiaan
06/04/2024, 11:02 AMMarkus Johansson
06/04/2024, 11:11 AMMatthew Alexandros
06/04/2024, 12:09 PMMatthew Alexandros
06/04/2024, 12:10 PMMatt Wise
06/04/2024, 12:31 PMMatt Wise
06/04/2024, 12:31 PMhuwred
06/04/2024, 12:46 PMKevin Jump
06/04/2024, 2:45 PMxml
<PackageReference Include="Umbraco.Cms" Version="[13.3.2]" />
then it won't be updated by a package, and things won't build if you accedently add a package that depends on a higher version (e.g v14).
equally
xml
<PackageReference Include="Umbraco.Cms" Version="[13.3.2, 14)" />
adding a package is a lot less descructive than it was in .net framework, so if you acceditnally add the wrong package and the build hasn't ran, you can almost always change/remove it in the csproj and carry on as if you never did it.Matthew Alexandros
06/04/2024, 5:05 PMhuwred
06/04/2024, 5:23 PMhuwred
06/04/2024, 5:26 PMMike Chambers
06/04/2024, 5:44 PMMatthew Alexandros
06/04/2024, 5:48 PMhuwred
06/04/2024, 6:05 PMMatthew Alexandros
06/04/2024, 6:09 PMhuwred
06/04/2024, 6:11 PMMatthew Alexandros
06/04/2024, 6:11 PMMatthew Alexandros
06/04/2024, 6:24 PMMatt Wise
06/04/2024, 6:40 PMMatthew Alexandros
06/04/2024, 7:12 PMSebastiaan
06/05/2024, 6:33 AMhuwred
06/05/2024, 7:25 AMMatt Wise
06/05/2024, 7:26 AM