Skip to content

Commit 4405e9d

Browse files
authored
fix: remove net48 conditions
1 parent edb9d36 commit 4405e9d

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
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>
@@ -18,5 +17,4 @@
1817
<PropertyGroup>
1918
<NoWarn>$(NoWarn),CA1863</NoWarn>
2019
</PropertyGroup>
21-
2220
</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>

GetEmail/GetEmail.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<ItemGroup>
43
<PackageReference Include="JetBrains.Annotations.Sources" PrivateAssets="all" />
54
<PackageReference Include="SteamKit2" IncludeAssets="compile" />
65
<PackageReference Include="System.Composition.AttributedModel" IncludeAssets="compile" />
76
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm\ArchiSteamFarm.csproj" Private="false" ExcludeAssets="all" />
87
</ItemGroup>
9-
10-
<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
11-
<PackageReference Include="IndexRange" IncludeAssets="compile" />
12-
</ItemGroup>
13-
148
</Project>

0 commit comments

Comments
 (0)