Skip to content

Commit 72a749b

Browse files
authored
fix: use sources annotations package
1 parent cea461d commit 72a749b

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

Directory.Build.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<Project>
2-
32
<PropertyGroup>
43
<ApplicationIcon/>
54
<Authors>ezhevita</Authors>
@@ -13,5 +12,4 @@
1312
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
1413
<SignAssembly>false</SignAssembly>
1514
</PropertyGroup>
16-
1715
</Project>

Directory.Packages.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
<Project>
2-
<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
3-
<PackageVersion Include="IndexRange" Version="1.1.0"/>
4-
</ItemGroup>
5-
62
<Import Project="ArchiSteamFarm/Directory.Packages.props" />
73
</Project>
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<ItemGroup>
4-
<PackageReference Include="JetBrains.Annotations" IncludeAssets="compile"/>
5-
<PackageReference Include="System.Composition.AttributedModel" IncludeAssets="compile"/>
6-
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm\ArchiSteamFarm.csproj" Private="false" ExcludeAssets="all"/>
3+
<PackageReference Include="JetBrains.Annotations.Sources" PrivateAssets="all" />
4+
<PackageReference Include="System.Composition.AttributedModel" IncludeAssets="compile" />
5+
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm\ArchiSteamFarm.csproj" Private="false" ExcludeAssets="all" />
76
</ItemGroup>
8-
9-
<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
10-
<PackageReference Include="IndexRange" IncludeAssets="compile"/>
11-
</ItemGroup>
12-
137
</Project>

0 commit comments

Comments
 (0)