|
25 | 25 | <PackageReference Include="Microsoft.CodeAnalysis.CSharp" VersionOverride="4.7.0" PrivateAssets="all" /> |
26 | 26 | <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" /> |
27 | 27 | <PackageReference Include="Scriban" PrivateAssets="all" GeneratePathProperty="true" /> |
| 28 | + <PackageReference Include="Glob" PrivateAssets="all" GeneratePathProperty="true" /> |
28 | 29 | </ItemGroup> |
29 | 30 |
|
30 | 31 | <ItemGroup> |
31 | 32 | <None Include="$(MSBuildProjectDirectory)\..\Persistence\Fallout.Persistence.Solution\bin\$(Configuration)\netstandard2.0\Fallout.Persistence.Solution.dll" CopyToOutputDirectory="PreserveNewest" Visible="false" /> |
32 | 33 | <None Include="$(PkgScriban)\lib\netstandard2.0\*.*" CopyToOutputDirectory="PreserveNewest" Visible="false" /> |
| 34 | + <None Include="$(PkgGlob)\lib\netstandard2.0\*.*" CopyToOutputDirectory="PreserveNewest" Visible="false" /> |
33 | 35 | </ItemGroup> |
34 | 36 |
|
35 | 37 | <PropertyGroup> |
|
39 | 41 | <!-- TODO: check for easier method https://github.com/dotnet/roslyn/issues/52017#issuecomment-809113013 --> |
40 | 42 | <Target Name="GetDependencyTargetPaths"> |
41 | 43 | <ItemGroup> |
42 | | - <TargetPathWithTargetPlatformMoniker Include="$(MSBuildProjectDirectory)\bin\$(Configuration)\$(TargetFramework)\Fallout.Build.Shared.dll" IncludeRuntimeDependency="false" /> |
43 | | - <TargetPathWithTargetPlatformMoniker Include="$(MSBuildProjectDirectory)\bin\$(Configuration)\$(TargetFramework)\Fallout.Solution.dll" IncludeRuntimeDependency="false" /> |
44 | | - <TargetPathWithTargetPlatformMoniker Include="$(MSBuildProjectDirectory)\bin\$(Configuration)\$(TargetFramework)\Fallout.Utilities.dll" IncludeRuntimeDependency="false" /> |
45 | | - <TargetPathWithTargetPlatformMoniker Include="$(MSBuildProjectDirectory)\bin\$(Configuration)\$(TargetFramework)\Fallout.Utilities.IO.Globbing.dll" IncludeRuntimeDependency="false" /> |
| 44 | + <TargetPathWithTargetPlatformMoniker Include="$(MSBuildProjectDirectory)\bin\$(Configuration)\netstandard2.0\Fallout.Build.Shared.dll" IncludeRuntimeDependency="false" /> |
| 45 | + <TargetPathWithTargetPlatformMoniker Include="$(MSBuildProjectDirectory)\bin\$(Configuration)\netstandard2.0\Fallout.Solution.dll" IncludeRuntimeDependency="false" /> |
| 46 | + <TargetPathWithTargetPlatformMoniker Include="$(MSBuildProjectDirectory)\bin\$(Configuration)\netstandard2.0\Fallout.Utilities.dll" IncludeRuntimeDependency="false" /> |
| 47 | + <TargetPathWithTargetPlatformMoniker Include="$(MSBuildProjectDirectory)\bin\$(Configuration)\netstandard2.0\Fallout.Utilities.IO.Globbing.dll" IncludeRuntimeDependency="false" /> |
46 | 48 |
|
47 | 49 | <TargetPathWithTargetPlatformMoniker Include="$(MSBuildProjectDirectory)\..\Persistence\Fallout.Persistence.Solution\bin\$(Configuration)\netstandard2.0\Fallout.Persistence.Solution.dll" IncludeRuntimeDependency="false" /> |
48 | | - <TargetPathWithTargetPlatformMoniker Include="$(PkgScriban)\lib\$(TargetFramework)\*.dll" IncludeRuntimeDependency="false" /> |
| 50 | + <TargetPathWithTargetPlatformMoniker Include="$(PkgScriban)\lib\netstandard2.0\*.dll" IncludeRuntimeDependency="false" /> |
| 51 | + <TargetPathWithTargetPlatformMoniker Include="$(PkgGlob)\lib\netstandard2.0\*.dll" IncludeRuntimeDependency="false" /> |
49 | 52 | </ItemGroup> |
50 | 53 | </Target> |
51 | 54 |
|
|
0 commit comments