Hi,
Probably not a specific DW10 issue, but more a general .NET thing.
DW is included in my project as <PackageReference Include="Dynamicweb.Suite" Version="10.*" />
When I do a "dotnet run" the DW version is never updated.
The only way I can get the nuget refrence to update to the latest version is run "dotnet restore --force"
Is this normal or am i missing a setting somewhere maybe?
Justin