Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion import/lugha-cli/Lugha.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
<ProjectReference Include="../lugha-import/Lugha.Import.csproj" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.202" PrivateAssets="all" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion import/lugha-import/Lugha.Import.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<None Include="README.md" Pack="true" PackagePath="\" />
<PackageReference Include="PolySharp" Version="1.15.0" PrivateAssets="all"
Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.202" PrivateAssets="all" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
Expand Down
2 changes: 1 addition & 1 deletion integration/lugha-winui/Lugha.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<None Include="README.md" Pack="true" PackagePath="\" />
<ProjectReference Include="../../lugha/Lugha.csproj" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.8.*" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.202" PrivateAssets="all" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion lugha-common/Lugha.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<None Include="README.md" Pack="true" PackagePath="\" />
<PackageReference Include="PolySharp" Version="1.15.0" PrivateAssets="all"
Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.202" PrivateAssets="all" />
</ItemGroup>

<Target Name="_PackAnalyzerAssets" Condition="'$(TargetFramework)' == 'netstandard2.0'">
Expand Down
2 changes: 1 addition & 1 deletion lugha/Lugha.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.202" PrivateAssets="all" />
</ItemGroup>

<Target Name="_PackAnalysers">
Expand Down
Loading