Skip to content

Commit de82224

Browse files
authored
housekeeping: Change the non-package repos (#2698)
1 parent 8086d23 commit de82224

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/Directory.build.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
<DebugType>Full</DebugType>
3434
</PropertyGroup>
3535

36-
<PropertyGroup Condition="'$(IsTestProject)' != ''">
37-
<IsPackable>false</IsPackable>
38-
</PropertyGroup>
39-
4036
<ItemGroup Condition="$(IsTestProject)">
4137
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
4238
<PackageReference Include="xunit" Version="2.4.1" />

src/ReactiveUI.Fody.Analyzer.Test/ReactiveUI.Fody.Analyzer.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
44
<Nullable>enable</Nullable>
55
<LangVersion>latest</LangVersion>
6+
<IsPackable>false</IsPackable>
67
</PropertyGroup>
78
<ItemGroup>
89
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" />

src/ReactiveUI.Fody.Tests/ReactiveUI.Fody.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<FodyTargetFramework>netstandard2.0</FodyTargetFramework>
55
<Nullable>enable</Nullable>
66
<LangVersion>latest</LangVersion>
7+
<IsPackable>false</IsPackable>
78
</PropertyGroup>
89

910
<ItemGroup>

src/ReactiveUI.LeakTests/ReactiveUI.LeakTests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
44
<Nullable>enable</Nullable>
55
<LangVersion>latest</LangVersion>
6+
<IsPackable>false</IsPackable>
67
</PropertyGroup>
78
<ItemGroup>
89
<PackageReference Include="JetBrains.DotMemoryUnit" Version="3.1.20200127.214830" />
910
</ItemGroup>
1011
<ItemGroup>
1112
<ProjectReference Include="..\ReactiveUI\ReactiveUI.csproj" />
1213
</ItemGroup>
13-
</Project>
14+
</Project>

src/ReactiveUI.XamForms.Tests/ReactiveUI.XamForms.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<IsPackable>false</IsPackable>
56
</PropertyGroup>
67

78
<ItemGroup>

0 commit comments

Comments
 (0)