File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<LangVersion >latest</LangVersion >
4
- <NoWarn >$(NoWarn);1701;1702;1591 </NoWarn >
4
+ <NoWarn >$(NoWarn);CS1701;CS1702;CS1591 </NoWarn >
5
5
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
6
6
</PropertyGroup >
7
7
</Project >
Original file line number Diff line number Diff line change 5
5
<Description >Simple, unambitious mediator implementation in .NET</Description >
6
6
<Copyright >Copyright Jimmy Bogard</Copyright >
7
7
<TargetFrameworks >net461;netstandard2.0;netstandard2.1</TargetFrameworks >
8
- <LangVersion >8 </LangVersion >
8
+ <LangVersion >latest </LangVersion >
9
9
<Nullable >enable</Nullable >
10
+ <Features >strict</Features >
10
11
<AssemblyName >MediatR</AssemblyName >
11
12
<PackageId >MediatR</PackageId >
12
13
<PackageTags >mediator;request;response;queries;commands;notifications</PackageTags >
You can’t perform that action at this time.
0 commit comments