Skip to content

Commit

Permalink
Merge pull request #1272 from SMI/dependabot/nuget/master/IsIdentifia…
Browse files Browse the repository at this point in the history
…ble-0.0.6

Bump IsIdentifiable from 0.0.5 to 0.0.6
  • Loading branch information
rkm committed Aug 21, 2022
2 parents d86342b + f81f1af commit e7d6612
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
2 changes: 1 addition & 1 deletion src/common/Smi.Common/Smi.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Include="coveralls.io" Version="1.4.2" />
<PackageReference Include="HIC.DicomTypeTranslation" Version="4.0.1" />
<PackageReference Include="HIC.FAnsiSql" Version="2.0.4" />
<PackageReference Include="IsIdentifiable" Version="0.0.5" />
<PackageReference Include="IsIdentifiable" Version="0.0.6" />
<PackageReference Include="HIC.RDMP.Plugin" Version="7.0.17" />
<PackageReference Include="JetBrains.Annotations" Version="2022.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,17 @@
<AssemblyName>Microservices.IsIdentifiable</AssemblyName>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
<None Remove="Rules.template.yaml" />
</ItemGroup>
<ItemGroup>
<Content Include="..\..\..\data\logging\Smi.NLog.config" Link="Smi.NLog.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Rules.template.yaml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="IsIdentifiable" Version="0.0.6" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" />
<PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\common\Smi.Common.MongoDb\Smi.Common.MongoDb.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="IsIdentifiable" Version="0.0.5" />
</ItemGroup>
</Project>
18 changes: 0 additions & 18 deletions src/microservices/Microservices.IsIdentifiable/Rules.template.yaml

This file was deleted.

0 comments on commit e7d6612

Please sign in to comment.