File tree Expand file tree Collapse file tree
src/Scim/SimpleIdServer.Scim.Startup/Infrastructures Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >6.0.3 </VersionPrefix >
3+ <VersionPrefix >6.0.4 </VersionPrefix >
44 <Authors >SimpleIdServer</Authors >
55 <Owners >SimpleIdServer</Owners >
66 </PropertyGroup >
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ task compile -depends clean {
166166 exec { dotnet -- version }
167167 exec { dotnet -- info }
168168
169- exec { msbuild - version }
169+ exec { dotnet msbuild - version }
170170
171171 exec { dotnet build $base_dir \json- ld.net\JsonLD.sln - c $config -- version- suffix= $buildSuffix }
172172 exec { dotnet build .\SimpleIdServer.IdServer.Host.sln - c $config -- version- suffix= $buildSuffix }
Original file line number Diff line number Diff line change 1313using SimpleIdServer . Scim . Startup . Consumers ;
1414using System ;
1515using System . IO ;
16+ using SimpleIdServer . Scim ;
1617
1718namespace SimpleIdServer . Scim . Startup . Infrastructures ;
1819
You can’t perform that action at this time.
0 commit comments