File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
-
3
2
<PropertyGroup >
4
3
<ApplicationIcon />
5
4
<Authors >ezhevita</Authors >
18
17
<PropertyGroup >
19
18
<NoWarn >$(NoWarn),CA1863</NoWarn >
20
19
</PropertyGroup >
21
-
22
20
</Project >
Original file line number Diff line number Diff line change 1
1
<Project >
2
- <ItemGroup Condition =" '$(TargetFramework)' == 'net48'" >
3
- <PackageVersion Include =" IndexRange" Version =" 1.1.0" />
4
- </ItemGroup >
5
-
6
2
<Import Project =" ArchiSteamFarm/Directory.Packages.props" />
7
3
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
2
<ItemGroup >
4
3
<PackageReference Include =" JetBrains.Annotations.Sources" PrivateAssets =" all" />
5
4
<PackageReference Include =" SteamKit2" IncludeAssets =" compile" />
6
5
<PackageReference Include =" System.Composition.AttributedModel" IncludeAssets =" compile" />
7
6
<ProjectReference Include =" ..\ArchiSteamFarm\ArchiSteamFarm\ArchiSteamFarm.csproj" Private =" false" ExcludeAssets =" all" />
8
7
</ItemGroup >
9
-
10
- <ItemGroup Condition =" '$(TargetFramework)' == 'net48'" >
11
- <PackageReference Include =" IndexRange" IncludeAssets =" compile" />
12
- </ItemGroup >
13
-
14
8
</Project >
You can’t perform that action at this time.
0 commit comments