Skip to content

Commit f265718

Browse files
committed
Test
1 parent b8727e7 commit f265718

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

src/Fallout.SourceGenerators/Fallout.SourceGenerators.csproj

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@
2525
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" VersionOverride="4.7.0" PrivateAssets="all" />
2626
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
2727
<PackageReference Include="Scriban" PrivateAssets="all" GeneratePathProperty="true" />
28+
<PackageReference Include="Glob" PrivateAssets="all" GeneratePathProperty="true" />
2829
</ItemGroup>
2930

3031
<ItemGroup>
3132
<None Include="$(MSBuildProjectDirectory)\..\Persistence\Fallout.Persistence.Solution\bin\$(Configuration)\netstandard2.0\Fallout.Persistence.Solution.dll" CopyToOutputDirectory="PreserveNewest" Visible="false" />
3233
<None Include="$(PkgScriban)\lib\netstandard2.0\*.*" CopyToOutputDirectory="PreserveNewest" Visible="false" />
34+
<None Include="$(PkgGlob)\lib\netstandard2.0\*.*" CopyToOutputDirectory="PreserveNewest" Visible="false" />
3335
</ItemGroup>
3436

3537
<PropertyGroup>
@@ -39,13 +41,14 @@
3941
<!-- TODO: check for easier method https://github.com/dotnet/roslyn/issues/52017#issuecomment-809113013 -->
4042
<Target Name="GetDependencyTargetPaths">
4143
<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" />
4648

4749
<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" />
4952
</ItemGroup>
5053
</Target>
5154

0 commit comments

Comments
 (0)