|  | @@ -12,8 +12,8 @@ jobs:
 | 
	
		
			
				|  |  |      - name: Setup .NET Core
 | 
	
		
			
				|  |  |        uses: actions/setup-dotnet@v1
 | 
	
		
			
				|  |  |        with:
 | 
	
		
			
				|  |  | -        dotnet-version: 3.0.101
 | 
	
		
			
				|  |  | +        dotnet-version: 3.1
 | 
	
		
			
				|  |  |      - name: Test
 | 
	
		
			
				|  |  |        run: dotnet test ProcessFilesTests/
 | 
	
		
			
				|  |  |      - name: Build
 | 
	
		
			
				|  |  | -      run: dotnet build --configuration Release --framework netcoreapp3.0 ProcessFiles/
 | 
	
		
			
				|  |  | +      run: dotnet build --configuration Release --framework netcoreapp3.1 ProcessFiles/
 |