-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove all tfms except one * Update FluentAssertions.Analyzers.csproj * Update other files * Remove Summary as it doesn't seem to do anything * /
- Loading branch information
1 parent
c499b7d
commit 39be030
Showing
4 changed files
with
36 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 32 additions & 20 deletions
52
src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,44 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' "> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1;net48;net6.0</TargetFrameworks> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(OS)' != 'Windows_NT' "> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<LangVersion>latest</LangVersion> | ||
<RootNamespace>FluentAssertions.Analyzers</RootNamespace> | ||
<LangVersion>8.0</LangVersion> | ||
|
||
<IncludeBuildOutput>false</IncludeBuildOutput> | ||
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> | ||
<DevelopmentDependency>true</DevelopmentDependency> | ||
<NoPackageAnalysis>true</NoPackageAnalysis> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<PackageId>FluentAssertions.Analyzers</PackageId> | ||
<Version>0.15.0</Version> | ||
<Authors>Meir Blachman</Authors> | ||
<Copyright>Copyright Meir Blachman 2017-2022</Copyright> | ||
|
||
<Description>Analyzers to help writing fluentassertions the right way.</Description> | ||
<PackageTags>FluentAssertions Analyzers</PackageTags> | ||
<PackageReleaseNotes>See https://github.com/fluentassertions/fluentassertions.analyzers/releases/</PackageReleaseNotes> | ||
|
||
<PackageReadmeFile>docs\README.md</PackageReadmeFile> | ||
<PackageIcon>fluent_assertions.svg.png</PackageIcon> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageProjectUrl>https://github.com/fluentassertions/fluentassertions.analyzers</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/fluentassertions/fluentassertions.analyzers</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.3.1" /> | ||
<PackageReference Include="Microsoft.Composition" Version="1.0.31" /> | ||
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" /> | ||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Update="FluentAssertions.Analyzers.nuspec"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Update="tools\install.ps1"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Update="tools\uninstall.ps1"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Include="..\..\README.md" Pack="true" PackagePath="docs" /> | ||
<None Include="..\..\assets\fluent_assertions.svg.png" Pack="true" PackagePath="" /> | ||
<None Update="tools\*.ps1" CopyToOutputDirectory="Always" Pack="true" PackagePath="" /> | ||
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> |
38 changes: 0 additions & 38 deletions
38
src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.nuspec
This file was deleted.
Oops, something went wrong.